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
How do you submit a job for execution?
Explain about ISPF/TSO Commands
List the various advantages of using jcl language?
Name the statement which can be used to send data to another mvs jes3 node?
What happens if both JOBLIB & STEPLIB is specified ?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
When space is allocated for an output dataset, what units can be used?
List the different components of jcl statement?
How dummy is used in jcl?
Name what parameter directs the output of the job log dataset?
What is the function of dd disp parameter?
When output dataset space is required, what quantity categories are used?
How do you access an uncatalogued dataset in a jcl?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
How to override loadlib?