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 |
Where can program checkpoints be stored for use in a restart?
hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we have check in spool or is there any other method)
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
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?
What is the difference between primary and secondary allocations for a dataset?
how do u see jobs submitted before ur job ?
what is DD statement is used in JCL?
what is static and dynamic call with examples?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Is automatic restart possible in jcl? If yes, how?
how many max steps can we use in a job? pls answer to my question
What happens if both JOBLIB & STEPLIB is specified ?