How to execute 300 steps in a Job?
Answers were Sorted based on User's Feedback
Answer / jugal kishor
Answer number 10 is not correct, the total number of steps
in all the procs <= 255
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / lalith
one job can execute max. of 255 steps only...
so we cant execute 300 steps in one job...
we can solve this using procs...
1). we can write some steps in one proc and remaining in
another procs call these two procs in one job then we can
execute 300 steps.
2). we can write 255 steps in one proc and remaining steps
in job....
| Is This Answer Correct ? | 3 Yes | 5 No |
Answer / shiba
call one job using another job
put all the 300 job in 2 diff job 0r jcl
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / sunil
i think it might be possible by using procdure.
we have write more than 255 step by using proc.And proc
step also included on that.
| Is This Answer Correct ? | 0 Yes | 6 No |
Answer / manikandan.d
by using procedure we can execute 300 step since each proc
contain max of 255 steps...
one way :
so here we may use 2 proc to execute 300 steps...
another way:
we may use one proc(255 steps) and remaining steps(45 steps)
just include in a same job after that proc
| Is This Answer Correct ? | 2 Yes | 11 No |
How to copy VSAM files without using REPRO
What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
Explain dfsort utility?
what are the options in file-aid to edit vsam dataset and to compare data sets.
What is the purpose of the dd keylen parameter?
what is “Cond= even” and “Cond=only”?
At what stage, operator can change the class and priority of a submitted job?
Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
how to compare two datasets without using superce because output is limited to 133 bytes
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.....
Can we browse or edit the GDG dataset if it is a tape entry?