The maximum number of in-stream procedure you can code in
any JCL is ?
Answer Posted / jerinjose
The maximum number of instream procedures you can in any
job is 15
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the jcl procedures?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Explain the function of job statement in jcl?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
How can return codes be tested before execution of a job step?
what is DD statement is used in JCL?
Explain the function of //cntl statement?
What is the syntax of JCL statement?
What is NOTCAT ?
In sms datasets, what is the function of the dd avgrec keyword?
What is the purpose of disp parameter?
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
How can the disposition of sysout datasets be set for an entire jobstream?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?