. What is the difference between the following statements :

I) step#1 exec PGM=accpay

ii) step#1 exec tbalance



. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step..

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

Post New Answer

More JCL Interview Questions

can we give instream data in procedure

6 Answers   EDS,


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

0 Answers   IBM,


Can we have a JOBSTEP without any EXEC ?

6 Answers   IBM,


What is a GDG

4 Answers   IBM,


How dummy is used in jcl?

0 Answers  






The maximum number of in-stream procedure you can code in any JCL is ?

5 Answers  


How do you skip a particular step in a proc/JOB?

5 Answers   CSC, CTS,


In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??

2 Answers   CSC,


How to check empty file in jcl?

4 Answers   Infosys,


what is the difference between return code and maxcc?

2 Answers   iGate,


How is the record format of an output dataset specified?

0 Answers  


Explain the function of job statement in jcl?

0 Answers  


Categories