. 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
Define concatenating?
What are some jcl statements that are not allowed in procedures?
when can a job time-out occur? How to overcome that?
How can a jobs execution priority be modified?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Explain the function of a dd statement?
Must tape dataset definitions include vol=ser specifications?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What is notcat 2 - gs?
what is JCL?
List the different jcl statements that are not permitted in the procedures?
what is the use of JCL?
What is the significance of addrspc parameter in the exec statement?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Mention the types of job control statements?