mainframe Online Quiz - 38
Description: mainframe Online Quiz - 38 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
DISP=(NEW,,KEEP) - what will happen if the job goes fine?
If * used with SYSOUT (SYSOUT=*) parameter, then where thw displays, JCL statements and messages will be printed.
If JCLLIB is not mentioned in the JCL, then in which library it will do a search?
Indicate which of the following is true about the 88 level entry.
IF A = 1 OR 2 OR 3 NEXT SENTENCE ELSE MOVE A TO B. Which of the following describes the above sentence correctly
Determine the total number of bytes in the following. 01 REC-1. 02 FIRST-GROUP. 03 A1 PIC X(4). 03 A2 PIC 99. 02 REDEFINES FIRST-GROUP. 03 A3 PIC 999. 03 A4 PIC 999. 02 THIRD-GROUP. 03 A5 OCCURS 5 TIMES PIC 99.
Determine the bytes 01 REC-1. 01 A PIC X(6). 02 B REDEFINES A. 03 C OCCURS 6 TIMES PIC 9. 02 D OCCURS 4 TIMES. 03 E PIC X(5). 03 F PIC 999
Which of the following statements are incorrect.
Which of the following are directly controlled by JCL statements:
Which of the following is true:
Which of the following statements are true for parameters coded on the JOB statement: (2 answers)
Complete correctly: When I want a jobstep to be executed only if the previous jobstep has a return code of strictly less than 8, I should add...
Consider the following: //TU00001T JOB ATUT000,TU00001,CLASS=7,MSGCLASS=X,TIME=(,10) //STEP1 EXEC PGM=PROGRAM1,TIME=(,6) //STEP2 EXEC PGM=PROGRAM2 //STEP3 EXEC PGM=PROGRAM3,TIME=(,15) Which of the following statements are true: