Describe the EXEC statement, its meaning, syntax and keywords?

Answers were Sorted based on User's Feedback



Describe the EXEC statement, its meaning, syntax and keywords?..

Answer / mrunmaya

Guest I think in the syntax there should be stepname instead
of jobname.

Is This Answer Correct ?    4 Yes 0 No

Describe the EXEC statement, its meaning, syntax and keywords?..

Answer / guest

The EXEC statement identifies the program to be executed via
a PGM= program name keyword. Its format is //jobname EXEC
PGM= program name. The PARM= keyword can be used to pass
external values to the executing program.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More JCL Interview Questions

how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?

1 Answers  


What is the function of //cntl statement?

1 Answers  


Please give me the coding for converting VB to FB and FB to VB

3 Answers   HP,


what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.

6 Answers   HCL,


What is maximum length of block size?

5 Answers   Cap Gemini, Kanbay, TCS,


What is JOBLIB ?

5 Answers   Xansa,


what is the cond=even only

4 Answers   EDS,


I have three files for one step i need to override the third file how to do that in jcl?

1 Answers   UST,


How do you restart a step in JCL?

12 Answers   HSBC,


If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?

4 Answers   Wipro,


what is the JCL statement consists of?

1 Answers  


In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute from 7th to 10th step. What is the solution for this ?

7 Answers  


Categories