Explain how can a stopped job be started again?
No Answer is Posted For this Question
Be the First to Post Answer
How can u know the current date using jcl?
hi friends........if u know syntax of IEBEDIT IN JCL
How to get cursor position from system in CICS environment ?
//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE (STEP1 OR STEP2)? 2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH STEPS WILL EXECUTE?? AND WHY? IF CONDITION IN STEP3 SATISFIES
Explain about LMINIT - generate a data ID for a data set
How to execute step2,step1,step3 when step1,2&3 are in order
Can we Execute a job without specifying Job Name in the Job Card?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
What is the difference between BLKSIZE and LRECL?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is S322 abend ?
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.