Explain the purpose of dd dummy statement?
No Answer is Posted For this Question
Be the First to Post Answer
How is a type of file defined in the jcl that executes the cobol program?
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
How to pass values in jcl to cobol?
what is JCLLIB and PROCLIB in jcl and their syntax
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
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??????????????
wht do u mean by internal reader in jcl ? wht is the use of internal reader ?
How do you access an uncatalogued dataset in a jcl?
what is the restart?hopw it is invoked?
How to send data from cobol program to jcl?
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.