This is a job I use to copy an IODF to another system.
//DEL EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//DD1 DD DISP=SHR,UNIT=3390,VOL=SER=Z23R01
//SYSIN DD *
 DELETE SYS1.IODF15.CLUSTER  FILE(DD1) CATALOG(ICFCAT.MCATZ23)
 SET MAXCC = 0
//DSSC0087 EXEC PGM=ADRDSSU
//SYSPRINT  DD SYSOUT=*
//SYSIN     DD *
      COPY DATASET( -
         INCLUDE( -
                 SYS1.IODF15.CLUSTER -
                 )) -
         REPLACE    -
         TOL(ENQF) -
         BYPASSACS(**) -
         NULLSTORCLAS  -
         PROCESS(SYS1)  -
         RECATALOG(ICFCAT.MCATZ23) -
         OUTDYNAM(Z23R01) -
         SHARE

-----Original Message-----
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of 
Tony Thigpen
Sent: Monday, January 14, 2019 2:16 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: HCD question

We have a 3-pack rescue system that was built by a person long-gone. On the 
3-pack system, there are several IODF files. I need to update the current IODF 
file.

But, the IODF files on the rescue packs are not cataloged to the production 
z/OS. When I use the HCD panels, it does not appear that there is a way to 
specify the volume where the file is located, so HCD always says the file can 
not be found.

Is there a way to specify the volume, along with the name, when using the 
panel? Or, a command to start the panels using the uncataloged IODF file?

--
Tony Thigpen

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
הודעה זו נשלחה אליך מטעם חברה בקבוצת מלם תים וייתכן שהיא מוגנת תחת סודיות 
מסחרית. כל הצעה, התחייבות או מצג מטעם החברה, מחייבים מסמך נפרד וחתום על ידי 
מורשה החתימה של החברה. החברה רשאית לנטר כל תכתובת העוברת בשרתיה והיא לא תישא 
באחריות לכל נזק, ו/או אובדן, שיבוש או פגיעה במידע כלשהו שנגרם מסיבות של תקיפה 
חיצונית ו/או זדונית על הארגון.

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