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 |
What do you understand by the term notcat 2 – gs?
There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.
can we give instream data in procedure
I had 100 steps in jcl i want to execute first 10 steps only?
which parameter is used to check the syntax of a jcl without executing it?
How do you submit JCL via a Cobol program?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), whch one executes first and what happens if step1 and step2 time executes and wht about the remaining time if step and step2 executes
Explain how can return codes be tested before execution of a job step?
What are three parameters you can specify on Job statement as well as on exec stmt ?
wht do u mean by internal reader in jcl ? wht is the use of internal reader ?
Can we delete the data using IEFBR14 , IEBGENER??