RecL: Difference between revisions
Jump to navigation
Jump to search
(Created page with "RECL = integer" is an optional parameter used to specify the record length. This parameter must be used with new files, but is never used with existing files since the system ...") |
No edit summary |
||
Line 1: | Line 1: | ||
RECL = integer | RECL=integer is an optional parameter used to specify the record length. This parameter must be used with new files, but is never used with existing files since the system stores the record length for internal files in the header record. | ||
Used in: | |||
*[[Open]] statements | |||
<noinclude> | <noinclude> | ||
[[Category:All Parameters]] | [[Category:All Parameters]] | ||
</noinclude> | </noinclude> |
Revision as of 15:28, 6 August 2013
RECL=integer is an optional parameter used to specify the record length. This parameter must be used with new files, but is never used with existing files since the system stores the record length for internal files in the header record.
Used in:
- Open statements