mainframe Online Quiz - 131
Description: mainframe Online Quiz - 131 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
COBOL host structures can have maximum of three levels in a COBOL/DB2 program
Which assembler routine used to obtain a formatted form of the SQLCA and a text message based on the SQLCODE field of SQLCA
To allow DB2 to close a cursor after a commit or a rollback operation, we use the WITH HOLD option of the DECLARE CURSOR statement.
In the segemented table space each segment contain.
Which DB2 Utility is used to declare Tables in cobol/DB2 programs
The performance of static SQL is better than dynamic SQL, because for static SQL the binding is done only once and the program can be executed many times
The SQL statement EXECUTE IMMEDIATE causes an SQL statement to prepare and execute, dynamically, at run time.
When using DISPLAY statement, on the system punch device, the last eight characters are used for
ENTRY is
What is EXIT PROGRAM?
Why do ypu use INVOKE in COBOL?
Maximum length of program name (compact mode) that can be specified in PROGRAM-ID is
RECURSIVE in PROGRAM-ID will
What are the valid level numbers other than 66, 77 & 88?
What do ypu mean by BLOCK CONTAINS 0?
What must be the BLOCK CONTAINS when RECORDING MODE U?
What is EXPLICIT SCOPE TERMINATOR?
How many divisions we should have in COBOL programs
What’s the PICTURE clause for Alphabetic identifiers
What are the acceptable types of the COBOL identifiers