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? How many instream we can write in single jcl?
What is timing concept in mainframe?
What is the purpose of the dd keylen parameter?
how would you create a temporary dataset? And where will you use them?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
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
When space is allocated for an output dataset, what units can be used?
Explain the function of dd disp parameter?
Explain the function of the steplib dd statement?
How can the attributes of one sms dataset be copied to another dataset?
what is use of dcb parameter in dd statement?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How can values be passed from the job stream to an executable program?
What are the parameters that are used in creating a gdg?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?