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 is the use of disp parameter?
What is Cataloged Procedures?
Explain how can values be passed from the job stream to an executable program?
Is their any limit for data sets?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
which utility is used to sort a file in jcl?
Explain the jcl exec statement?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
What do you understand by the terms: joblib and steplib?
what happens in conversion stage in job processing?
What is the function of a dd statement?
Explain how can the submitting users racf authority be overridden in a job stream?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
How can return codes be tested before execution of a job step?
Is condition checking possible in jcl? If yes, how?