Is the target Catalog on the other system?

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED]
Behalf Of Ward, Mike S
Sent: Friday, July 14, 2006 3:58 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: 


Hello all, I'm having a problem importing an exported vsam ksds into my
system. The file was exported on a different system. I keep getting a
volume mount request for a volume that obviously is from the other
system. 
I have tried to specify a different volume to restore on, but I keep
getting the same error. Any suggestions would be appreciated. I am
supplying part of the syslog and the jcl that I am using.

SYSLOG:

JOB01181  IEF244I S250MSWA STEP1 - UNABLE TO ALLOCATE 1 UNIT(S)  649
    649                     AT LEAST 1 OFFLINE UNIT(S) NEEDED.
JOB01181  IEF877E S250MSWA NEEDS 1 UNIT(S)  650
    650             FOR STEP1 SYS00001
    650             FOR VOLUME XXXO2C
    650             OFFLINE
    650             3049-307F 3149-317F 3249-327F 3349-337F 3449-347F
3549-3598 3639-367F
    650             3749-377F 3855-387F 3949-397F 3A2D-3A7F 3B00-3B7F
    650             :
 13.41.57 JOB01181  IEF878I END OF IEF877E FOR S250MSWA STEP1 SYS00001
 13.41.57 JOB01181 *57 IEF238D S250MSWA - REPLY DEVICE NAME OR 'CANCEL'.

JCL:

//S250MSWA JOB (0,0),'MIKE',MSGCLASS=X,CLASS=B,NOTIFY=&SYSUID
//STEP1    EXEC  PGM=IDCAMS,REGION=4M
//DD1      DD    DISP=SHR,DSNAME=XXF1.XXX.XXDS.DASD
//SYSPRINT DD    SYSOUT=X
//SYSIN    DD    *
  IMPORT                             -
   INFILE(DD1)                       -
      OUTDATASET(SYS1.XXXXX.XXDS1)   -
      OBJECTS                        -
        ((XXF1.XXXXX.XXF1.XXXYYYDS    -
          NEWNAME(SYS1.XXXXX.XXDS1)  -
          VOLUMES(SSZ005)))          -
   INTOEMPTY                         -
       CATALOG(CATALOG.CLN.MASTER)

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

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