Can we use COND=EVEN on a job card, when jobs are scheduled
through scheduler?
Answers were Sorted based on User's Feedback
Answer / sushree mohanty
yes, condition codes can be given for JCL statements even
if job is scheduled thru a scheduler, since Cond parameters
is used in steps and not job level statement.
| Is This Answer Correct ? | 13 Yes | 6 No |
Answer / santy
yes i can.
COND parameters is mainly used in steps level execuition
not for the JOB levle.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / 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 |
Answer / muttaiah
Coding Cond=even is one of the best way in case if you want
to execute all the steps in your job irrespective of any
abend..But make sure the functionality doesn't miss here.
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the 2 types of parameters in dd statement?
In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides
I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?
What are the parameters that are used in creating a gdg?
01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
how to convert a file form fixed Length to variable length?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..
in jcl you are having JCLLIB and STEPLIB what happens
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
Do we need to code DCB parameters when using DISP position as MOD?
How to fetch even records from one file to another file by using ICETOOL in JCL?