How can a stopped job be started again?
No Answer is Posted For this Question
Be the First to Post Answer
i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
How can the disposition of sysout datasets be set for an entire jobstream?
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
What is concatenating?
what is the use of temporary files?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
Statement1 "We can not use UNCATLG in SMS managed VSAM datasets" Statement2 "We can not delete a SMS managed data set without UNCATLG it" (P-353, Saba Zameer book) Then how do we delete SMS managed VSAM datasets ?
What is condition checking in jcl? Is this possible?
i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?