How jcl is used for testing batch programs?
No Answer is Posted For this Question
Be the First to Post Answer
How to execute step2,step1,step3 when step1,2&3 are in order
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What is the use of DUMMY statement in the JCL? What is the use of DUMMY Utility in the JCL?
Can you execute a PROC from another PROC?
What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?
What is the max blocksize for a Tape file?
What is the difference between catalogue procedure and In-Stream procedure?
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
Why include statement is used in a jcl?
What is the difference between Sysin,Sysout,Sysdbout and Sysudump?
Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below, What will be the output file name in each step ? PROC starts Step 1 has ID.GDG.FILE(+1) Step2 has ID.GDG.FILE(+4) PEND Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ? PROC starts Step 1 has ID.GDG.FILE(+1) PEND PROC1 starts Step2 has ID.GDG.FILE(+4) PEND