Zoran,
        The MERGECAT option of REPRO should do what you need.  Try something 
like: 
//STEP1    EXEC  PGM=IDCAMS
//DD1      DD    VOL=SER=xxxxxx,UNIT=DISK,DISP=OLD
//         DD    VOL=SER=yyyyyy,UNIT=DISK,DISP=OLD
//SYSPRINT DD    SYSOUT=X
//SYSIN    DD    *
     REPRO -
        INDATASET(master.catalog) -
        OUTDATASET(user.catalog) -
        LEVEL(SAPQUAS) -
        MERGECAT -
        FILE(DD1)

After doing the REPRO MERGECAT, you should be able to define an alias and be in 
good shape.


Jon
 

<snip>
We have sap on db2 v.8 on zseries. We made mistake, we don't define alias
SAPQAS for tables (we have about 500000 tables).We have a large number
(about 50000) entires (SAPQUAS..) in mastercatalog.
My questuin:
How can i move entries (sapqas) from mastercatalog to any usercatalog
</snip>

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