RecL: Difference between revisions

From BR Wiki
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
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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''' 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
 
===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

See Also