How can a jobs execution priority be modified?
No Answer is Posted For this Question
Be the First to Post Answer
01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
how many max steps can we use in a job? pls answer to my question
How do you access a file that had a disposition of KEEP?
What is S322 abend ?
Explain about LMQUERY�give a dialog information about a data set
write a jcl to execute a job by 7:00 am on jan 20,1986?
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
i just need the first and last record from a sequencial file?how
I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes