I would like to know the difference between KEEP and UNCATLG.
As per my knowledge both will remove the catalog entry for the datasets.
Thanks and Regards,Manasi
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t believe so.
KEEPwill not remove the entry from the catalog if it was already there.UNCATLGwill remove it no matter what.I think that, if you want to keep the data set, you have three options:
CATLGwill give you a catalog entry regardless of whether one existed before.UNCATLGwill remove the catalog entry regardless of whether one existed before.KEEPwill not change the catalog entry.All those options keep the data set itself.
If you’re talking specifically about SMS-managed or VSAM data sets,
KEEPis implied andUNCATLGis ignored.