mainframe Online Quiz - 53
Description: mainframe Online Quiz - 53 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
Which of the following is true ?
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 ?
Which of the following are directly controlled by JCL statements ?
Which statements concerning the JCLLIB statement are true?
Which of the following is true?
Which of the following statements are true for parameters coded on the JOB statement?
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?
What is correct?
Which of the following concerning the COND parameter are true on EXEC statement level?
What are the correct values for the DSN parameter of a temporary data set?
When to use DISP=MOD?
Which of the following equations are correct?
Indicate the correct answers about the OUTPUT statement?
Which of the following DD statements to create a new data set is correctly written?
Which parameter can not be used on a JOB statement?
The following GDG datasets exist: TBISUSR.TU00001.GDG.G0003V00 TBISUSR.TU00001.GDG.G0004V00 TBISUSR.TU00001.GDG.G0005V00 TBISUSR.TU00001.GDG.G0006V00 TBISUSR.TU00001.GDG.G0007V00 Which statement will always create: TBISUSR.TU00001.GDG.G0008V00 ?
Which of the following conditional expressions can not be used with an IF-THEN-ELSE-ENDIF construction?