how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
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
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
what is the use of IEBGENER utility?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How to empty the records in jcl
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
How jcl is used for testing batch programs?
how to resolve the soc4 error?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?
What is QSAM error usually when it is occurs?
Can I share my data with other jobs? How?