Can we use COND=EVEN on a job card, when jobs are scheduled
through scheduler?
Answer Posted / 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 |
Post New Answer View All Answers
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
how can the same proc be re-used and called by many jobs?
what is the use of IEBGENER utility?
Name a few IBM utility programs, and explain its function.
How do you access an uncatalogued dataset in a jcl?
What do you understand by the terms: joblib and steplib?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Matching Logic in Jcl not in cobol.Could any one please answer this question
In sms datasets, what is the function of the dd avgrec keyword?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How to submit jcl through a cobol program?
What is the purpose of disp parameter?
in ways data can be passed to a COBOL program from JCL?
Explain how can the attributes of one sms dataset be copied to another dataset?