Data definition statements
CSQUDLQH requires DD statements with these DDnames:
- SYSOUT
- This statement is required; it names the data set for print output. We can specify the logical record length (LRECL) and block size (BLKSIZE) for this output data set.
- SYSIN
- This statement is required; it names the input data set containing the rules table that specifies what the utility is to do. The logical record length (LRECL) is 80.