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
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is the syntax of JCL statement?
Can I share my data with other jobs? How?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
What is the motivation behind coding class parameter in job statement?
Name what parameter directs the output of the job log dataset?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What do you know about jcl?
Explain the function of dd disp parameter?
What does a disposition of (new,catlg,keep) for a dsn mean?
Matching Logic in Jcl not in cobol.Could any one please answer this question
How can a fb file convert to vb file using sort program?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How jcl is used for testing batch programs?
how you can direct the data to spool using SYSOUT option?