RecL: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
'''RecL''' 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 | RECL=<integer> | ||
===Used in=== | |||
*[[Open]] statements | *[[Open]] statements | ||
===See Also=== | |||
*[[RLn]] | |||
<noinclude> | <noinclude> | ||
[[Category:All Parameters]] | [[Category:All Parameters]] | ||
</noinclude> | </noinclude> |
Latest revision as of 14:24, 19 May 2014
RecL 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>
Used in
- Open statements