In COBOL, what are the typical sorting criteria you can specify while using the SORT verb?
- One or more keys from the record
- Only alphabetic fields
- Only literal values
- Only numeric fields
The SORT verb in COBOL allows you to specify one or more keys from the record as sorting criteria. These keys determine the order in which the records are sorted.
Loading...
Related Quiz
- Which COBOL data type is commonly used to store date and time values?
- In COBOL, the _______ statement is used to perform a series of statements repeatedly.
- You are working on a COBOL application that interacts with external web services. How can you handle exceptions related to network connectivity issues?
- The MOVE statement in COBOL is primarily used for _____ data between variables.
- You are tasked with designing a COBOL program that needs to access records in an indexed file using a unique key. Which access mode and file organization would you choose, and why?