Multiple choice technology mainframe

what are the different types that can be provided in the RECORD Statement?

  1. F (Fixed), V (Variable), D (ISCII/ASCII Variable)

  2. F (Fixed), V (Variable)

  3. No types are specified in the Record Statement

  4. FI (Fixed), VA (Variable)

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

In JCL/DFSORT RECORD statement, type codes are: F (Fixed length records), V (Variable length records), and D (ISCII/ASCII Variable length records - variable length with specific encoding). These define the record format for input/output datasets in sort operations.