Explain how can an in-stream dataset be terminated?
No Answer is Posted For this Question
Be the First to Post Answer
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what is a null indicator in db2?
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
What is the difference between the JOBLIB and the STEPLIB statements?
if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete
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
If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?
13 Answers Cognizant, Convergys, IBM, TCS, Wipro,
What are steplib and joblib?
1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?
In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04
What does a disposition of (MOD,DELETE,DELETE) mean ?