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
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How does jcl specify the job to the operating system?
what is the purpose of coding notify parameter in job statement?
Is it possible to left uncode disp?
What is the function of job statement in jcl?
what is DD statement is used in JCL?
What are the parameter we cannot use in procedure?
what JCL Procedures?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What are hierarchy levels in jcl?
I need exexution process for JCL programs
How can the submitting users racf authority be overridden in a job stream?
How to override loadlib?
Is it possible to code instream data in a PROC?
In sms datasets, what is the function of the dd mgmtclas keyword?