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 |
What is the difference between joblib and jcllib statements
What is a COND parameter in JCL?
How can a jobs execution priority be modified?
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
What is the motivation behind coding class parameter in job statement?
When space is allocated for an output dataset, what units can be used?
How do you designate a comment in JCL?
What is the difference between a symbolic and an override in executing a PROC?
Passing a variable parm from JCL to a cobol/db2 program
Explain about LMCOPY -
Give the syntax of job specifying jcl statement.
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?