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 |
Is it possible to left uncode disp? If yes, how?
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
SORT card to eliminate duplicity.
THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".
What do you understand by the term notcat 2 – gs?
What are isolation levels? Where do we need to specify them in compiling JCL?
what is meant by jobtrac?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
What is notcat 2 - gs?