if we have a job consist of two steps and each step calling
a proc having 10 steps each then how many steps are counted
only 2 or 22(10+10+1+1)? can we have more than 255 steps in
a single job?
Answer Posted / sridharaadi
The steps conted: 2
we can not have more than 255 steps in a job.
Cheers,
Aadi
| Is This Answer Correct ? | 8 Yes | 10 No |
Post New Answer View All Answers
What is condition checking in jcl? Is this possible?
Explain the purpose of dd dummy statement?
What is the function of a dd statement?
Are there any set of rules for the names of the steps used in a job? What are they?
Explain the job statement in jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
In job processing, what happens in conversion stage?
How can the attributes of one sms dataset be copied to another dataset?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
How do you create a temporary dataset?
What is the function of //jcllib statement?
define cond parameter in jcl?
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?
I need exexution process for JCL programs
what is SOC4 error?