I am trying to reload an unloaded pdse after it has been ftp'd to a target lpar.
there is a known problem with this using IEBCOPY UNLOAD/RELOAD described on 
IBMLINK and none of the
work-around overrides to ftp work. TRSMAIN/TERSE does not support PDSE. So I 
switched over to ADRDSSU.

I dump a dataset and am able to restore it on the same lpar.
However, when i ftp the dumped dataset to the remote lpar, the restore fails 
because the input dataset is not valid for ADRDSSU
(tried ftp with both BIN and EBCDIC default).

both datasets (remote and local) look the same to me when browsing them and 
have the same dcb info.
does anyone know how to restore an unloaded pdse that has been ftp'd?

thanks in advance for any info.
****************************************
 Data Set Name . . . . : XCICS.FA.HIST.DUMPED
                                   General Data
  Management class . . : **None**
  Storage class  . . . : **None**
  Volume serial . . . : W1STG2
  Device type . . . . : 3390
  Data class . . . . . : **None**
  Organization  . . . : PS
  Record format . . . : U
  Record length . . . : 0
  Block size  . . . . : 27998
  1st extent tracks . : 1500
  Secondary tracks  . : 60

***original job used to create XCICS.FA.HIST.DUMPED******
 //DUMP     EXEC  PGM=ADRDSSU
 //SYSPRINT DD    SYSOUT=A
 //DASD1    DD    UNIT=SYSDA,VOL=SER=XCICX0,DISP=SHR
 //TAPE     DD    UNIT=SYSDA,
 //  DISP=(NEW,CATLG),DSNAME=XCICS.FA.HIST.DUMPED,
 //  SPACE=(TRK,(1500,60),RLSE)
 //SYSIN    DD    *
  DUMP  LOGINDDNAME(DASD1) OUTDDNAME(TAPE) -
     DATASET(INCLUDE(XCICS.FA.HIST)) WAIT(0,0)
 /*
//****************************************************
**job to restore after ftp of XCICS.FA.HIST.DUMPED to remote lpar******
 //RESTFA    EXEC  PGM=ADRDSSU COND=((0,NE),(0,EQ))
 //*EST    EXEC  PGM=ADRDSSU,PARM='TYPRUN=NORUN'
 //SYSPRINT  DD  SYSOUT=*
 //IN  DD DSN=XCICS.FA.HIST.DUMPED,DISP=SHR
 //OUT  DD VOL=SER=W1STG2,DISP=SHR,UNIT=SYSDA
 //SYSIN     DD  *
   RESTORE INDD(IN) OUTDD(OUT) DATASET(INCLUDE(XCICS.FA.HIST)) -
   CATALOG -
  RENUNC(XCICS.FA.HIST,XCICS.FA.HIST.RESTORED) REPLACE
 //
*********************************************************************************
PAGE 0001     5695-DF175  DFSMSDSS V2R02.0 DATA SET SERVICES     2018.136 11:13
  RESTORE INDD(IN) OUTDD(OUT) DATASET(INCLUDE(XCICS.FA.HIST)) -
  CATALOG -
 RENUNC(XCICS.FA.HIST,XCICS.FA.HIST.RESTORED) REPLACE
ADR101I (R/I)-RI01 (01), TASKID 001 HAS BEEN ASSIGNED TO COMMAND 'RESTORE '
ADR109I (R/I)-RI01 (01), 2018.136 11:13:26 INITIAL SCAN OF USER CONTROL STATEMEN
ADR016I (001)-PRIME(01), RACF LOGGING OPTION IN EFFECT FOR THIS TASK
ADR006I (001)-STEND(01), 2018.136 11:13:26 EXECUTION BEGINS
ADR389E (001)-TDDS (07), INVALID INPUT ON DDNAME IN, INPUT DATA SET NOT PRODUCED
ADR415W (001)-TDDS (02), NO DATA SETS WERE COPIED, DUMPED, OR RESTORED FROM ANY
ADR006I (001)-STEND(02), 2018.136 11:13:26 EXECUTION ENDS
ADR013I (001)-CLTSK(01), 2018.136 11:13:26 TASK COMPLETED WITH RETURN CODE 0008
ADR012I (SCH)-DSSU (01), 2018.136 11:13:26 DFSMSDSS PROCESSING COMPLETE. HIGHEST







  ________________________________

This e-mail, including any attachments, may be confidential, privileged or 
otherwise legally protected. It is intended only for the addressee. If you 
received this e-mail in error or from someone who was not authorized to send it 
to you, do not disseminate, copy or otherwise use this e-mail or its 
attachments. Please notify the sender immediately by reply e-mail and delete 
the e-mail from your system.


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to