how many max steps can we use in a job? pls answer to my
question
Answers were Sorted based on User's Feedback
Answer / ganesh kumbhar
We can Write 1 JOB statement
255 EXEC statement (steps)
3273 DD statement
| Is This Answer Correct ? | 30 Yes | 0 No |
Answer / lu
255...but it's better to divide many differents job because
if you get abend, it's more easy to fix or to
rerun...because when you're on call, and u wake up at 3
AM...255 steps !!!!! even you know what step is abended...
| Is This Answer Correct ? | 13 Yes | 1 No |
when does a dataset go uncataloged?
What are three major types of JCL statements? What are their functions?
Is condition checking possible in jcl? If yes, how?
I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?
define cond parameter in jcl?
What u mean by include statement in JCL ?
What is use of restart and how to use it?
how would you create a temporary dataset? And where will you use them?
what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
What does a disposition of (NEW,CATLG,KEEP) mean?