Answer Posted / ameen ansari
TYPRUN=SCAN in jobcard. This command will check the JCL for
syntax errors without executing the JCL.
| Is This Answer Correct ? | 31 Yes | 3 No |
Post New Answer View All Answers
List the different components of jcl statement?
Define concatenating?
Suppose I have five jobs to do. But I want to hold one?
List the different jcl statements that are not permitted in the procedures?
what is DD statement is used in JCL?
What is the maximum length of a single line of jcl?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
Explain the function of the steplib dd statement?
What are the rules employed while naming the steps in a job?
What is condition checking in jcl? Is this possible?
Is their any limit for data sets?
How to submit jcl through a cobol program?
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 ?
Give the syntax of job specifying jcl statement.
How to override loadlib?