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
maximum number of exec statements that can be coded in a single JCL
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.
Which one of the following is a function of the JOB statement?
During the course of a job, a program uses the output from a previous job step as its source data, and then creates a new data set and copies it to another storage device. How many DD statements would you find in the JCL for this job step?
Which of the following equations are correct?
An OPEN operation has been tried on file already opened.
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?
In an EVALUTE statement is the order of the WHEN clauses significant?
Which all modes of opening is required when WRITE is used?
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