Name some of the JCL statements that are not allowed in procs.?
Answer / guest
Some of the JCL statements which are not allowed in
procedures are:
1. JOB, Delimiter(/*), or Null statements
2. JOBLIB or JOBCAT DD statements
3. DD * or DATA statements
4. Any JES2 or JES3 control statements
Is This Answer Correct ? | 34 Yes | 5 No |
IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?
How to send notification to multiple users through jcl???
How to search strings in multiple dataset with conditions 'string1 & string2'?
How can we see data in TEMPARARY DATA SET in JCL ?
I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
WHAT IS DUMMY IN JCL? HOW TO USE IT? CAN ANYBODY SEND PROGRAM ON THIS?
I have DATE filed like DD-MM-YYYY, So I want output should be MM/DD/YYYY using JCL? Can anybody post the answer for above requirement?
4 Answers BirlaSoft, FIS, Wipro,
What are hierarchy levels in jcl?
What are the utility programs in jcl?
Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?
What is a procedure?
How to use COND Parameter in jcl