At what stage, operator can change the class and priority
of a submitted job?
Answers were Sorted based on User's Feedback
Answer / harsha
Operator can change class and priority parameter before
submitting job and after submitteing job but job should be
in queue/wait stage. It should not be in running/execution
stage.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mohi
Class and/or Priority can be for submitted jobs until unless the job is in Input Queue in SDSF
| Is This Answer Correct ? | 0 Yes | 0 No |
How many days does a job remain in spool
What is the function of the dd avgrec keyword in sms datasets?
wt will happen to the step of a job if u code COND=ONLY
How to read records in reverse order in flat file?
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
How does jcl act on code(if you take a cobol program)?
How to overide the symbol parameter in the jcl ?
what is the difference between perform varying and perform
How can the submitting users racf authority be overridden in a job stream?
Explain COND used in JCL?
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".