COBOL provides _______ verbs for VSAM and ISAM file handling to open, close, read, and write records.
- FILE-CONTROL
- I-O
- SORT
- STOP RUN
COBOL provides I-O (Input-Output) verbs for VSAM and ISAM file handling. These verbs, such as OPEN, CLOSE, READ, WRITE, and others, are used to perform various file operations.
Loading...
Related Quiz
- In a COBOL program for managing employee records, you need to represent each employee's details, including name, ID, and salary. Which type of COBOL data item would be most appropriate for this purpose?
- The "EVALUATE" statement in COBOL is particularly useful when you have to evaluate multiple _____ in your program.
- In a COBOL program, you need to execute a stored procedure to update customer records in a database. How would you achieve this?
- _____ is a strategy for handling duplicate records by aggregating data based on a common key.
- What is the role of intrinsic functions in COBOL programming?