Explain the purpose of dd dummy statement?
No Answer is Posted For this Question
Be the First to Post Answer
In sms datasets, what is the function of the dd mgmtclas keyword?
How can values be passed from the job stream to an executable program?
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
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 ?
01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
I have a File that has duplicate records. I need only those records that occur more than thrice.
Which statement is used to identify the private libraries in job?
Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?
wht happens if cond=true ? pls give me with an example ?
wht do u mean by inrec and outrec ?
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 r the types of job control statements?