. 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

How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.

10 Answers   Lehman Brothers,


wht happens if blksize = 0 and lrec = 0 ?

1 Answers   TCS,


Is automatic restart possible in jcl?

0 Answers  


if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.

4 Answers   IBM,


IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?

2 Answers   IBM,






What is the purpose of the PARM keyword in the EXEC statement?

3 Answers  


When space is allocated for an output dataset, what units can be used?

0 Answers  


how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??

3 Answers   Steria,


Can we use DISP=SHR in output file in JCL

0 Answers  


Do we need to code DCB parameters when using DISP position as MOD?

1 Answers   Accenture,


Explain the function of //jcllib statement?

0 Answers  


how to identify a vasam dataset by seeing in 3.4(browse)

5 Answers   Cap Gemini,


Categories