What is the function of the dd mgmtclas keyword in sms datasets?
No Answer is Posted For this Question
Be the First to Post Answer
How do you handle empty files in a JCL ?
What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?
How to search strings in multiple dataset with conditions 'string1 & string2'?
What do you understand by the term notcat 2 – gs?
Differentiate between addressing mode and run mode.
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
what JCL Procedures?
How I sort the records in a file and copy the first 10 records to another file
How do you restart a PROC from a particular step?
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
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
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 ?