The maximum number of in-stream procedure you can code in
any JCL is ?
Answers were Sorted based on User's Feedback
Answer / jerinjose
The maximum number of instream procedures you can in any
job is 15
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / gayathri
It worked for me when I coded more than 15 instream
procedures. I coded 17 instream procedures and I got answer
for all the 17 steps. Why?
| Is This Answer Correct ? | 1 Yes | 0 No |
A dd statement consists of 4 fields. Name them?
In sms datasets, what is the function of the dd avgrec keyword?
Is condition checking possible in jcl? If yes, how?
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
do we need to mention the location of catalogued procedure for each it's call in a single job?
//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE (STEP1 OR STEP2)? 2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH STEPS WILL EXECUTE?? AND WHY? IF CONDITION IN STEP3 SATISFIES
how to create a member or sequential dataset through tso command??
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Brief description of inline procedure of jcl.
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Can I send output of job to my remote device careerride123?