What are the common keyword parameters in both job and exec
statements
Answers were Sorted based on User's Feedback
Answer / g.naveen
Condition,Time and Region are common keyword parameters in
job and exec statements
Is This Answer Correct ? | 18 Yes | 0 No |
YES..THREE KEYWORDS ARE HAVE COMMON IN BOTH JOB & EXEC
PARAMETERS ...THOSE ARE : TIME
COND
REGION
THE THREE ARE IMPORTANT IN REAL TIME
Is This Answer Correct ? | 10 Yes | 1 No |
Answer / saheb
i think there are five in common :
1.cond
2.parm
3.time
4.region
5.addrspc
Is This Answer Correct ? | 4 Yes | 9 No |
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
do we need to mention the location of catalogued procedure for each it's call in a single job?
Can we browse or edit the GDG dataset if it is a tape entry?
which statement is used to end the in-stream procedure in a jcl?
Explain the function of a dd statement?
Explain how can a jobs execution priority be modified?
what happens if job falls in loop ? how to resolve it ?
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
how you can access an uncataloged dataset in a JCL?
Definition of COND parameter in JCL
What are the parameters that are used in creating a gdg?