mainframe Online Quiz - 7
Description: mainframe Online Quiz - 7 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
If you don’t code a MSGLEVEL on the JOB Statement, by default it assumes
If you don’t code a MSGLEVEL on the JOB Statement, by default it assumes
In a Job, one EXEC Statement is a must for each step
If both a PGM= or a PROC= is not used in a step of a Job then by default it assumes that you are trying to run a
The default Load Library on Mainframes is
At a time, upto ____ jobs can read from the dataset if DISP=SHR is used
find the Maximum space allocated from the below statement: SPACE=(TRKS,(10,2))
//MYPROC PROC //STEP01 EXEC PGM=IEFBR14,TIME=10 //INFILE DD DSN=XXXXXX.XXXX.XX,DISP=SHR //OUTFILE DD DSN=XXXXXX.XXXX.XX,DISP=SHR How to nullify the TIME from the above proc in a Job?
Default value for TIME parameter
TIME=MAXIMUM allowa job to run the maximum time which is
- Which clause can be used instead of checking for FILE STATUS = 10?
- Which level is used for condition clause?
- What level is used for RENAMES clause?
- Name the divisions which is not in COBOL program.
3.How do you define a table/array in COBOL using INDEX?
4.Which mode of opening is required when REWRITE is used?
7.What is comp-3 usage ?