Previous topic |
Next topic |
Contents |
Contact z/OS |
Library |
PDF
LRECL—Query the Logical Record Length z/OS ISPF Edit and Edit Macros SC19-3621-00 |
|
The LRECL assignment statement returns the maximum space, in bytes, available for data, COBOL number fields, and sequence number fields. SyntaxAssignment statement syntax >>-ISREDIT--(varname)-- = --LRECL------------------------------><
DescriptionThe value returned by the LRECL assignment statement includes the sequence number field and, for fixed-length records, the COBOL number field, if these number fields are used. For variable-length records, the value returned by LRECL does not include the 4-byte record descriptor word (RDW). Use the DATA_WIDTH assignment statement to get the maximum space, in bytes, available for data. Return codes
ExamplesTo check the logical record length
of the data and process the data if the logical record length (LRECL)
is 80:
|
Copyright IBM Corporation 1990, 2014
|