What are the common jcl syntax errors you get?
This is not abends?
Answer / srinivasarao kancheti
sb37 for space not need to allocate yhe data set.
sd37 secondary space is not coded.
se37 increase end-of volume.(generally it occure in pds only )
| Is This Answer Correct ? | 3 Yes | 1 No |
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How to find the length of variable length copybook using fileaid ??
What is the purpose of dd?
How many types we can give input to JCL
what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?
Describe the EXEC statement, its meaning, syntax and keywords?
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?
What is the purpose of dd dummy statement?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
what are the statements that are not valid to be included in an include statement?
Can you execute a PROC from another PROC?