The best way to resolve this issue is to do the following:

1)  Make sure the type of data set (VSAM vs. NON VSAM).  If you have VSAM 
cataloged in the MCAT you will need to work a little harder.

2)  Uncatalog all of the NON Vsam data sets in the Master Cat
3)  Build the Alias for the HLQ
4)  Recatalog all of the data sets.

If you have vsam in the mcat, I would probably use a DFDSS DUMP with Delete for 
all of the files in the mcat, build the alias, then restore the files with 
catalog.

I ususally have my MCAT with READ only access to prevent this type of issue.  

Lizette





   
>  I am working on a problem regarding a TSO alias which was not created but 
> for some unexplicable reason I >find about 15 dsns have been cataloged in the 
> MCAT.  My question is how can I fix this problem - have the dsns >created in 
> the proper UCAT.  I looked at the option of using REPRO MERGECAT in the 
> IDCAMS doc.  Is that the >correct decision?  My plan is to define the alias 
> in the proper UCAT and then execute the following jcl.
>   
>  //STEP1    EXEC PGM=IDCAMS,REGION=2048K,TIME=1440  
>//SYSPRINT DD   SYSOUT=*                      
>//SYSIN    DD   *                             
>      REPRO -                                 
>           INDATASET(SYS1.SHR.MCAT)  -     
>           OUTDATASET(MBC.CSTMCAT) -          
>           ENTRIES(CTPRX23) -                 
>           MERGECAT                           
>/*                                            
>   
>  Will this do the job?  Am I missing something?  I would appreciate any 
> suggestions or comments.
>   
>  Thanks in advance.
>
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to