FUNL0085 MAXREC out of range.: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "For a UAI unload, the variable length records must be greater than or equal to 271 plus the length of any SORT fields, and less than 32756. You can increase the LRECL of the FUNO...")
 
(Automatically generated page update)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
For a UAI unload, the variable length records must be greater than or equal to 271 plus the length of any SORT fields, and less than 32756. You can increase the LRECL of the FUNOUT DD (or MAXREC, if specified on the UAI SORT statement) to a larger value. For the best SORT performance, MAXREC should be set to the approximate average length of a Table B record, plus the length of any SORT fields. The explanation of this message in the "Messages&CQ. appendix in the ''Fast/Unload Reference Manual'' will direct you to the relevant portion of that manual.
For a UAI unload, the variable length records must be greater than or equal to 271 plus the length of any SORT fields, and less than 32756. You can increase the LRECL of the FUNOUT DD (or MAXREC, if specified on the UAI SORT statement) to a larger value. For the best SORT performance, MAXREC should be set to the approximate average length of a Table B record, plus the length of any SORT fields. The explanation of this message in the "Messages&CQ. appendix in the ''Fast/Unload Reference Manual'' will direct you to the relevant portion of that manual.


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

Latest revision as of 13:41, 19 April 2013

For a UAI unload, the variable length records must be greater than or equal to 271 plus the length of any SORT fields, and less than 32756. You can increase the LRECL of the FUNOUT DD (or MAXREC, if specified on the UAI SORT statement) to a larger value. For the best SORT performance, MAXREC should be set to the approximate average length of a Table B record, plus the length of any SORT fields. The explanation of this message in the "Messages&CQ. appendix in the Fast/Unload Reference Manual will direct you to the relevant portion of that manual.