How can the disposition of sysout datasets be set for an entire jobstream?
No Answer is Posted For this Question
Be the First to Post Answer
read all error codes like SB07?
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
Hi, can any one tell about " How do u eliminate the duplicates "
I have DATE filed like DD-MM-YYYY, So I want output should be MM/DD/YYYY using JCL? Can anybody post the answer for above requirement?
4 Answers BirlaSoft, FIS, Wipro,
What is the use of IEBGENER ?
Explain how can an in-stream dataset be terminated?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?
Suppose I have five jobs to do. But I want to hold one?
what is “Cond= even” and “Cond=only”?
What are steplib and joblib? What for they are used?
I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter