How do you check the syntax of a JCL without running it?
Answers were Sorted based on User's Feedback
Answer / jdriley
You can also use JEM (if your installation has it.)
| Is This Answer Correct ? | 34 Yes | 2 No |
Answer / vinothkumar
You Can also use EJCK command before you run the job. this
will check the JCL syntax error.
| Is This Answer Correct ? | 17 Yes | 3 No |
Answer / venkatachalam
Try PREP Commends(
Based on instalation).
Thanks!!
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / jim
No to knock answer 1 but "TYPRUN=SCAN" is what works on my
system (no E in type)
| Is This Answer Correct ? | 5 Yes | 1 No |
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?
I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 Answers IBM, Infosys, TCS, Xansa, Xchanging,
How do you submit a JCL under CICS environment ?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
when we use sysprint and sysout statements
if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete
what happens in conversion stage in job processing?
When will we need to specify Space parameter ?
Is condition checking possible in jcl? If yes, how?
Explain how can the submitting users racf authority be overridden in a job stream?
What is GDG and what is the maximum limit of versions that can be created?
there are 10 steps in jcl how to execute the steps from step2 to step8 only