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
How do you access an uncatalogued dataset in a jcl?
What are the parameter we cannot use in procedure?
Where & How Do You Code Identifier In Jcl?
how can you check if a file is empty using jcl?
Explain the function of dd disp parameter?
List the different components of jcl statement?
How to override loadlib?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
which parameter is use to declare the name of dataset in dd statement?
What is the purpose of the dd keylen parameter?
Explain the hierarchy levels in jcl?
what is the use of IEBGENER utility?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
In sms datasets, what is the function of the dd mgmtclas keyword?
Suppose I have five jobs to do. But I want to hold one?