what is DSN parameter and DISP parameter is used for?
No Answer is Posted For this Question
Be the First to Post Answer
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.
How gdg are concatenated?
how many members can be created inside a single pds?
Brief description of inline procedure of jcl.
What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?
01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???
I had 100 steps in jcl i want to execute first 10 steps only?
wht is sysudump n sysout,sysprint ?
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?