The ____________ clause in COBOL can be used to specify the record size when defining file layouts.

  • Length
  • Organization
  • Record
  • Size
The LENGTH clause in COBOL is used to specify the size of records when defining file layouts. It determines the number of characters or bytes allocated for each record in a file, helping to organize data efficiently.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *