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 |
which parameter is used to check the syntax of a jcl without executing it?
i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?
I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....
Name the system library from which modules are retrieved at execution
How many instream we can write in single jcl?
Can we change a FB file to VB file in JCL? Please help
At what stage, operator can change the class and priority of a submitted job?
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?
Can we browse or edit the GDG dataset if it is a tape entry?
GDG Create syntax ?
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?