How do you check the syntax of a JCL without running it?
Answers were Sorted based on User's Feedback
Answer / mahesh babu
By using JSCAN we can check jcl syntax errors
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajasekhara reddy
EJCK or !JCL in the command line will do.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / baskar
Some companies use a tool for this. it is called JJDIRECT
| Is This Answer Correct ? | 7 Yes | 9 No |
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
What are isolation levels? Where do we need to specify them in compiling JCL?
i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?
How do You skip a Step In JCL?
Is it possible to left uncode disp?
How many positional parameters are there in job statement?
What is the error/SOC code if dd names are not sysut1 and sysut2 in IEBGENER?
what is the meaning of 'sysin dd dummy'
How to read records in reverse order in flat file?
Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?
What is the use of symbol // in jcl?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?