. What is the difference between the following statements :
I) step#1 exec PGM=accpay
ii) step#1 exec tbalance
Answer Posted / umesh sj
1. step#1 exec PGM=accpay
--> This step is referring to a programme load module
2. step#1 exec tbalance
--> This step is referring to a PROC.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What do you understand by the terms: joblib and steplib?
How dummy is used in jcl?
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?
Is their any set of rules for dd? Explain.
How is a type of file defined in the jcl that executes the cobol program?
Explain the purpose of the dd keylen parameter?
What is the use of symbol // in jcl?
How does the jcl specify the job to os?
how do you access an uncataloged 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?
In sms datasets, what is the function of the dd avgrec keyword?
how to do automated restart when a job abends?
Is it possible to define dd statements as you want?
What is the significance of addrspc parameter in exec statement?