How do you submit a job for execution?
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?
what is force complete
can anyone explain me about sort in jcl with inrec and outrec ?
How can an in-stream dataset be terminated?
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 ?
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 ?
What does the statements: typrun=scan and typrun=hold do in a JCL statement
Can we use DISP=SHR in output file in JCL
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 is the use of ikjeft1b utility in jcl?
The maximum number of steps in a job?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3