RecL: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
RECL=<integer> | 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. | '''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: | Used in: |
Revision as of 14:12, 19 May 2014
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