Describe the EXEC statement, its meaning, syntax and keywords?
Answers were Sorted based on User's Feedback
Answer / mrunmaya
Guest I think in the syntax there should be stepname instead
of jobname.
| Is This Answer Correct ? | 4 Yes | 0 No |
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 |
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is the purpose of dd * statement in jcl?
can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
What does SYSIN * indicate?
how to run JCL thru COBOL.
how can you check if a file is empty using jcl?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
What is condition checking in jcl? Is this possible?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
What is the use of symbol // in jcl?
what are the various stages of job processing?
Can we write same stepname for one or more steps in on job ?