How does the SORT utility handle variable-length records compared to fixed-length records?
- Variable-length records are not supported
- Variable-length records are padded with spaces
- Variable-length records are sorted as-is
- Variable-length records are truncated
The SORT utility handles variable-length records by sorting them as-is, without padding or truncation
Loading...
Related Quiz
- In JCL, "_______" dependencies are defined at the job level and apply to all steps within that job.
- Explain a real-world scenario where you would use the COND parameter in JCL to control job execution based on specific conditions.
- In the context of IEBCOPY, what does the term "IEB" stand for?
- How can you specify multiple abend codes for a single condition in JCL?
- When specifying multiple job steps in a JOB statement, each step is identified by a unique _______.