mainframe Online Quiz - 71
Description: mainframe Online Quiz - 71 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
Maximum number of partitioned datasets that can be concatenated
How do you access a file that had a disposition of KEEP?
What will happen if we try to create GDG (+2) generaton instead of (+1) generation, when GDG(0) is ***.G0001V00?
We can code instream data in a PROC.
What does TIME=1440 mean ?
Which of the following equations are correct?
Which of the following errors are possible within a COBOL if statement?
You store it as YYYYMMDD in 8 bytes. What is the COBOL definition of this field?
Which of the following words is NOT a COBOL reserved word?
Which of the following words can NOT be used to perform calculations in a COBOL program
When is a scope terminator mandatory?
How many file open modes are there?
A space is required after the comma in the table reference. i.e. A(I, J). If the space is not present,
What else can we code instead of STOP RUN in a stand-alone COBOL program to have the same functionality