How can you use the SORT utility in JCL to arrange data in descending order?
- Include the DESC parameter in the SORT command
- Specify DESC in the JCL control statements
- Use the REVERSE option in the SORT control cards
- Use the SORT FIELDS=... DESCENDING keyword
The SORT FIELDS=... DESCENDING keyword is used to arrange data in descending order.
Loading...
Related Quiz
- The _______ parameter in JCL specifies the maximum time a job step can run.
- The JES (Job Entry Subsystem) controls _______ during JCL execution.
- Explain the purpose of the TIME parameter in a JOB statement.
- In JCL, can you have multiple ELSE statements in a single job step?
- What is the purpose of the SPACE parameter when defining a dataset's DSN in JCL?