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 / sarath sasidharan
i can expalain you this is an easiy question you have only
one job okey, it consists of two steps then calculate (2+
then it is telling nthat each two steps consists of 10 ie
10*2=20 steps,so 20 + 2 =22 steps correct answer
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What is the purpose of the dd keylen parameter?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
how JCL works?
In job processing, what happens in conversion stage?
Explain how can the attributes of one sms dataset be copied to another dataset?
What is the use of disp parameter?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Is it possible to define dd statements as you want?
Is acct parameter mandatory?
What is the function of dd name parameter with a 2 part structure; audit.report?
When output dataset space is required, what quantity categories are used?
Is their any set of rules for dd? Explain.
write a jcl to execute a job by 7:00 am on jan 20,1986?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?