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 jcl in mainframe?
define cond parameter in jcl?
what is the meaning of 'sysin dd dummy'
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
When output dataset space is required, what quantity categories are used?
If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/
what is the restart?hopw it is invoked?
what is a steplib
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What is the difference between primary and secondary allocations for a dataset?
Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!
Why include statement is used in a jcl?