Explain the function of a dd statement?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between catalogue procedure and In-Stream procedure?
How to send data from cobol program to jcl?
Which is the most widely used batch performance monitor for DB2?
COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?
Passing a variable parm from JCL to a cobol/db2 program
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
What is the use of IEBGENER ?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance
how to have variable length record in outrec..i have the requmt as follows.. i/p file variable lenght record output file : i need to alter the input and write into outrec(another file) sort fields: copy from(dd1) using ctl1 ctl1cntl dd * outfil fnames=xxx, outrec=(1,131) here i outrec is bombing with error..how to overcome this defect...???