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 |
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?
In sms datasets, what is the function of the dd mgmtclas keyword?
Can we have a JOBSTEP without any EXEC ?
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
How to pass data to a program that is coded in an exec statement?
I have a JCL with 100 steps. I want run the Alternate steps in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this scenario? If It is by Cond Parameter can you provide the Condition code for that?
5 Answers Polaris, Tech Mahindra, UST, Wipro,
What does a disposition of (NEW,CATLG,KEEP) mean?
whats the difference between empty and noempty of GDG?