. What is the difference between the following statements :
I) step#1 exec PGM=accpay
ii) step#1 exec tbalance
Answer / 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 |
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA
how to identify a vasam dataset by seeing in 3.4(browse)
How to send notification to multiple users through jcl???
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 hierarchy levels in jcl?
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?
Can we give two user name in NOTIFY parameter in JOBCARD
can we modify the code in copy book? if it possible how to submit ofter the modification.
whats the difference between empty and noempty of GDG?
i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?
Name some of the JCL statements that are not allowed in procs.?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?