mainframe Online Quiz - 20
Description: mainframe Online Quiz - 20 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
Which statements concerning the JCLLIB statement are true?
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?
Some parameters have sub-parameters. These can be both positional or keyword sub-parameters. Suppose TU00001 is the programmer’s name, ATUT000 is the programmer's account number and it is a default value. Given this information, which statements are correct:
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?
Indicate the correct answers: A concatenation of datasets...
When calling a procedure we can change - in different ways - this procedure. Which is the most complete statement?
Consider the following: // SET GROUP=TBIS,DIV=USR,SUBJ=JCL,TYPE=DATA,NMBR=1 Which of the following structures containing symbolic parameters will result in: TBISUSR.JCLCRS.DATA1?
What is the function of DD DISP parameter?