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 |
Can anyone tell me the syntax for printing two files at two different destinations in a single step?
There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?
How much space OS allocates when you create a PS or PDS?
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
Max. No of DD statements in a job ?
What is DATACOM db?
what is the meaning of 'sysin dd dummy'
What are the differences between JES2 & JES3 ?
For how long a job can be executed continuously in a mainframe ?
What are steplib and joblib?
What statement can be used to send data to another mvs jes3 node?
Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?