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 |
define cond parameter in jcl?
How to delete generations of gdg without deleting gdg base?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??
Do we need to code DCB parameters when using DISP position as MOD?
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
How many types of libraries are there in JCL ?
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
how do you code a null statement?
What parameter of the job statement is used to limit the cpu time consumed by the job?
what are the various stages of job processing?