When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
No Answer is Posted For this Question
Be the First to Post Answer
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
How do you find which GDG is using which dataset?
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
what is the meaning of keyword in jcl?what is is opposite?
Definition of COND parameter in JCL
i need some shortcuts and tso commands can any on ehelp me in these ?
What statement can be used to send data to another mvs jes3 node?
What does SYSIN * indicate?
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
What is NOTCAT 2
How do You skip a Step In JCL?