How do you check the syntax of a JCL without running it?
Answer Posted / subrahmanyam
u can use pREP
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the use of symbol // in jcl?
What is the purpose of the dd keylen parameter?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How gdg are concatenated?
Explain the purpose of dd * statement in jcl?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Can we use DISP=SHR in output file in JCL
what is the purpose of coding notify parameter in job statement?
what is the difference between JES3 and JES2?
How do you access an uncatalogued dataset in a jcl?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What is the significance of addrspc parameter in the exec statement?
How can return codes be tested before execution of a job step?
How do you submit a job for execution?