how can the same proc be re-used and called by many jobs?
No Answer is Posted For this Question
Be the First to Post Answer
How to execute only th 15th step of JCL consisting of 50 steps?
What is Automatic Restart ? EXEC PGM = PROG1, RD = R (Is it the Restart of a JOBSTEP or Restarting the execution of the program?) Do we Restart it or it automatically Restarts executing again and again ? Then when it will finish executing ? or After Abending, when we submit it again, then it is Restarted from the Last successful Checkpoint ? If some JOBSTEP is abending, what is the benifit to Restart it, WILL IT NOT ABEND AGAIN if you don't change the LOGIC ?
AM HAVING A FILE WHICH CONTAIN 12 DATS OUT OF WHICH 4 ARE DUPLICATES HOW TO REMOVE THE DUPLICATE FILES IN JCL? CAN I GET THE PROGRAM FOR THIS
How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?
Explain the function of a dd statement?
What statement marks the end of an in-stream or catalogued procedure?
HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)
what is inrec fields and outrec fields in sorting
What is a COND parameter in JCL?
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
how can u understand ps and pds from their names ?