How to execute 300 steps in a Job?
Answer Posted / 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 |
Post New Answer View All Answers
what is DD statement is used in JCL?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Why block size is multiple of lrecl in jcl?
Explain the job statement in jcl?
Can we use DISP=SHR in output file in JCL
What is NOTCAT ?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
when can a job time-out occur? How to overcome that?
Differentiate between addressing mode and run mode.
In sms datasets, what is the function of the dd mgmtclas keyword?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What are the rules employed while naming the steps in a job?
Differentiate between the joblib and the steplib statements?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is jcl in mainframe, and how many types of jcl statements are there for a job?