If there are five steps in a JCL i have to execute the 3rd
step, bypass the 4th step and execute the 5th step how do i
do this?
Answer Posted / name
It depends on the situation. I recommend against using
IEBEDIT to alter the JCL. Use of IF ... THEN is more
perspicuous than use of the COND parm.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
Explain about LMFREE�free data set from its association with data ID
What are steplib and joblib? What for they are used?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
how to do automated restart when a job abends?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Name a few IBM utility programs, and explain its function.
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Is automatic restart possible in jcl? If yes, how?
what is DD statement is used in JCL?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
what is the use of JCL?
What is the function of the steplib dd statement?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?