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


Please Help Members By Posting Answers For Below Questions

What is the use of disp parameter?

884


What is Cataloged Procedures?

924


Explain how can values be passed from the job stream to an executable program?

863


Is their any limit for data sets?

912


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

839


which utility is used to sort a file in jcl?

1002


Explain the jcl exec statement?

894


//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 /*

1157


What do you understand by the terms: joblib and steplib?

888


what happens in conversion stage in job processing?

970


What is the function of a dd statement?

959


Explain how can the submitting users racf authority be overridden in a job stream?

898


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?

1098


How can return codes be tested before execution of a job step?

1224


Is condition checking possible in jcl? If yes, how?

1028