I have a JCL with 10 steps, want to execute first 5 steps
only, what are ways of doing it?is it possible to control
through JOB card?
Answer Posted / veer
'to execute first 5 steps only', end of the 5th step
introduce NULL(//) character and run. first 5 steps will
run.
If you want to run step3, step5, step10 like that, use
IEBEDIT utility.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
whats the diff bw the evaluate also and and?
Explain how can return codes be tested before execution of a job step?
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
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Is their any limit for data sets?
How does jcl act on code(if you take a cobol program)?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What is timing concept in mainframe?
Which dd parameters are required?
What is Cataloged Procedures?
List the various advantages of using jcl language?
What do you understand by the term job time – out and how can you overcome that?
what is use of space parameter in dd statement?
a dd statement has 2 types of parameters. Name them?