How do you check the syntax of a JCL without running it?
Answer Posted / mahesh babu
By using JSCAN we can check jcl syntax errors
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
In sms datasets, what is the function of the dd avgrec keyword?
Is their any limit for data sets?
How is the record format of an output dataset specified?
Name the statement which can be used to send data to another mvs jes3 node?
Must tape dataset definitions include vol=ser specifications?
What is the function of the dd mgmtclas keyword in sms datasets?
What do you understand by the terms: joblib and steplib?
What do you understand by jcl?
Is condition checking possible in jcl?
How can a fb file convert to vb file using sort program?
what are the types of abends that occur on job failure? And explain the possible causes of these
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Name what parameter directs the output of the job log dataset?
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 pgm opens the file in EXTEND mode. What happens ?