FUNL0040 Output statements invalid with UAI.: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "A statement or special variable which directly manipulates the ''Fast/Unload'' output file was included in a UAI type of unload. These are incompatible with UAI, since UAI de...")
 
(Automatically generated page update)
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
  Note that SORT PGM=<i>sort program</i> can be used (once</i> in any FUEL program. Moreover, even with a UAI stream, an associated SORT OPTION <i>string</i> statement can be used (at most one per UAI stream).
  Note that SORT PGM=<i>sort program</i> can be used (once</i> in any FUEL program. Moreover, even with a UAI stream, an associated SORT OPTION <i>string</i> statement can be used (at most one per UAI stream).


[[Category:Fast/Unload Messages]]
[[Category:Fast/Unload messages]]

Latest revision as of 13:41, 19 April 2013

A statement or special variable which directly manipulates the Fast/Unload output file was included in a UAI type of unload. These are incompatible with UAI, since UAI determines the format and order of the output records. The incompatible statements and special variables are:

  • #OUTLEN
  • #OUTPOS
  • OUTPUT
  • PAI
  • PUT
  • SORT (but see below)
Beginning with version 4.1, with Multiple-Output support, the statements above can be used with OUTPUT streams in a program that also includes UAI streams. This error message has therefore been retired as of version 4.1. 
Note that SORT PGM=sort program can be used (once in any FUEL program. Moreover, even with a UAI stream, an associated SORT OPTION string statement can be used (at most one per UAI stream).