The _____ statement is used to invoke a subprogram in COBOL.
- ACCEPT
- CALL
- LINKAGE
- PERFORM
In COBOL, the CALL statement is used to invoke a subprogram. It transfers control to the specified subprogram and executes the statements within it.
Loading...
Related Quiz
- To retrieve the total number of occurrences in a table, you can use the _____ special register.
- In the Data Division, the ________ clause is used to specify the level of nesting for data items within a group.
- In a large-scale COBOL application, you have to manage multiple alternate indexes for an indexed file. What considerations should be taken into account to optimize performance and minimize conflicts?
- What is the significance of the REDEFINES clause when defining data items in COBOL?
- COBOL provides _______ verbs for VSAM and ISAM file handling to open, close, read, and write records.