Page 1 of 1

Not coding 'Record contains...' in the COBOL program.

Posted: Tue Feb 23, 2016 2:06 pm
by Raghubeer Singh
Hi,

I have noticed one thing that when I do not code the 'Records contains" clause in my program the LRECL is defaulted LRECL to 80. Is it a known behavior, I wonder. Please guide me in this regard.

Re: Not coding 'Record contains...' in the COBOL program.

Posted: Tue Feb 23, 2016 4:25 pm
by nicc
For your guide on this please refer to the COBOL reference manual.

Re: Not coding 'Record contains...' in the COBOL program.

Posted: Wed Feb 24, 2016 9:40 am
by Robert Sample
Yes, it is a known behavior that is explained in the Language Reference manual. The record size of 80, however, depends upon your program.