How do you check the syntax of a JCL without running it?
Answer Posted / rajasekhara reddy
EJCK or !JCL in the command line will do.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain the function of dd name parameter with a 2 part structure; audit.report?
Brief description of inline procedure of jcl.
What is the purpose of dd * statement in jcl?
define cond parameter in jcl?
Which dd parameters are required?
How to alter the parameters for the existing gdg?
Is their any set of rules for dd? Explain.
What do you understand by jcl?
How jcl is used for testing batch programs?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
what is the compile process of cobol program expalin with code
What is timing concept in mainframe?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Name the statement which can be used to send data to another mvs jes3 node?
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 ?