Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 ?



Statement1 "We can not use UNCATLG in SMS managed VSAM datasets" Statement2 "We ca..

Answer / 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

More JCL Interview Questions

How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.

1 Answers   Cap Gemini,


how to code instream data in procedure?

3 Answers  


What do you do if you do not want to keep all the space allocated to a dataset?

2 Answers  


When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).

2 Answers  


How do you find which GDG is using which dataset?

3 Answers   Patni,


What does the one advantange of using IEBUPDTE?????

2 Answers  


What do you understand by jcl?

0 Answers  


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

0 Answers  


i have a string of 80 chars i want to replace 4th char with "a"?

3 Answers   CSC,


What will happen if we write two STOP RUN's in a COBOL program?

4 Answers   Satyam,


How many days does a job remain in spool

7 Answers   Syntel,


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

0 Answers  


Categories