Name a few IBM utility programs, and explain its function.
what is the cond=even only
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
in step1 of a jcl,disp=(mod,delete,delete) step02 exec pgm=ccc,cond=(0,le) will step02 be executed? i)never ii)always iii) iv)... i dont remember options
What is the difference between static call & Dynamic call ?
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
what's the significance of freespace(0 0) and freespace(100 100)
how to resolve sb37,sd37 se37 abends
i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?
How to print the Output to SPOOL using MSGCLASS and SYSOUT ?
How to copy one PS file to multiple PS files with same data?
using cursor how can you fetch more than one record into a variable