Multiple choice technology mainframe

What does AVGREC parameter will do

  1. to specify the size of the file in terms of cylinders or tracks

  2. to specify the size of a new dataset in terms of the number of records

  3. to specify the size of the file in terms of bytes

  4. None

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

AVGREC is a JCL parameter used with the SPACE parameter to specify dataset allocation in terms of average record length and record count. When AVGREC is specified, the SPACE value is interpreted as the number of records rather than tracks or cylinders, and the system calculates the required physical space based on the average record size.