Multiple choice technology mainframe

What is SYSDA in JCL?

  1. block size parameter while referring a dataset

  2. Record length parameter while referring data set

  3. that is the unit parameter while referring a data set

  4. none of the above

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

In Job Control Language (JCL), SYSDA stands for System Direct Access device. It is commonly used as a value for the UNIT parameter in a DD statement to specify that the dataset should be allocated on a direct-access storage device, such as a magnetic disk drive.