why should SYSIN DD * statement should not be included
inside a PROCedure snippet??? please answer this.. i need to
know.
No Answer is Posted For this Question
Be the First to Post Answer
How can a job send a status message to a tso user at the completion of a job?
Must tape dataset definitions include vol=ser specifications?
how can i use the parameters decalred in main pgm in sub pgm
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?
How can unused space allocation be returned to the system when a dataset is closed?
Where & How Do You Code Identifier In Jcl?
Give the syntax of job specifying jcl statement.
What does the TIME parameter signify ? What does TIME=1440 mean ?
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
In SPACE,what is directory,RLSE
Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?