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 ?

Answer Posted / lenin&

It's all right. Both. U can't delete VSAM dataset without
uncatlg them, U can't uncatlg VSAM without delete

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name a few IBM utility programs, and explain its function.

4440


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

2001


Where can program checkpoints be stored for use in a restart?

851


what is the use of IEBGENER utility?

662


Why include statement is used in a jcl?

691






Mention the types of job control statements?

690


What is the format of comment statement?

673


What do you understand by the term notcat 2 – gs?

759


what is the use of JCL?

666


What are the parameter we cannot use in procedure?

644


what is DSN in JCL and what are the parameters to declare the DSN?

724


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

659


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

856


i want to store 20 digits . how will u do it in cobol ?

862


Is it possible to left uncode disp? If yes, how?

708