How can a jobs execution priority be modified?
How can a jobs execution priority be modified?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How can the submitting users racf authority be overridden in a job stream?
Suppose I have five jobs to do. But I want to hold one?
how to run batch program without jcl?
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?
What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
A job has 150 steps i want to execute only 57th step
how to do automated restart when a job abends?
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?