For what purpose steplib and joblib are used ?
No Answer is Posted For this Question
Be the First to Post Answer
I have one GDG. Everyday One new version is being created.Now I want to split this created version in different files each having 1000 records. Here Problem is I don't know How many records will be there in new version of GDG? that's why I don't know How many Out files we need to use . Interesting??????????????
Can we call instream to catalog and catalog to instream?
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
wt will happen to the step of a job if u code COND=ONLY
What are the utility programs in jcl?
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 ?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
Hi Guyz, My requirement is to empty out a PS file but not to delete. How would I do that. Is there any Utility. If any other way, plz answer. Thanks.
9 Answers iGate, Lehman Brothers,
how do you access an uncataloged dataset in a jcl?
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?
How to execute a set of JCL statements from a COBOL program ?