At what stage, operator can change the class and priority
of a submitted job?
Answer Posted / 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 |
Post New Answer View All Answers
What are the parameter we cannot use in procedure?
what are the various stages of job processing?
What is the purpose of disp parameter?
Is it possible to left uncode disp?
what is “Cond= even” and “Cond=only”?
Name what parameter directs the output of the job log dataset?
Where can program checkpoints be stored for use in a restart?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What is use of restart and how to use it?
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 is the purpose of dd * statement in jcl?
what is the difference between JES3 and JES2?
which parameter is used to check the syntax of a jcl without executing it?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
what operation is performed by job statement?