Can we use COND=EVEN on a job card, when jobs are scheduled
through scheduler?
Answer Posted / bala
Yes we can. If COND=EVEN is specified in Job card it
applies to all steps in that job and it overrides the COND
parameters coded on the EXEC statements if any.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
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?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What do you know about jcl?
Explain the purpose of dd * statement in jcl?
Explain dfsort utility?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Explain how can the attributes of one sms dataset be copied to another dataset?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Must tape dataset definitions include vol=ser specifications?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How is the record format of an output dataset specified?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
How does jcl act on code(if you take a cobol program)?
what is SOC4 error?
Mention the types of job control statements?