¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: problem meet when run dfsmsdss restore


 

¿ªÔÆÌåÓý

I believe you should be able to restore to the SAME or LARGER target ¨C

Since you indicate that you dumped from a M9 ¨C you will need to restore to a M9 or larger ¨C

However, NOT to a smaller model ¨C

You are doing a PHYSICAL track for track restore ¨C

?

You might try a LOGICAL restore ¨C to restore all DATA SETS ¨C vs a physical restore ¨C

If you have enough room on the pack ¨C (how full was that M9) ¨C you might get it to work.

?

?

-J-

?

Jeff Bassett

Bassettj@...

(301) 424-3362 (office)

(240) 388-7148 Cell

?

Time spent flying? - is NOT deducted from one¡¯s lifespan

?

From: [email protected] <[email protected]> On Behalf Of shixinlong via groups.io
Sent: Thursday, March 7, 2024 4:12 AM
To: [email protected]
Subject: Re: [H390-MVS] problem meet when run dfsmsdss restore

?

Hi Tom, thanks for your reply.? yes, the source dumped from a 3390-9.
the backup procedure is as below:

//BACKUP? ?PROC VSN=' ',LB=' ',VOLSER=' '? ? ? ? ? ? ? ??

//STEP1? ? EXEC PGM=ADRDSSU,REGION=0M? ? ? ? ? ? ? ? ? ??

//SYSPRINT DD? ?SYSOUT=*? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?

//DASD1? ? DD UNIT=3390,VOL=SER=&VSN,DISP=SHR? ? ? ? ? ??

//TAPE1? ? DD DSN=V&VSN,DISP=(NEW,KEEP,DELETE),? ? ? ? ??

//? ? ? ? ?UNIT=TTAPE,LABEL=(&LB,SL),? ? ? ? ? ? ? ? ? ??

//? ? ? ? ?VOL=(,RETAIN,,,SER=&VOLSER),? ? ? ? ? ? ? ? ??

//? ? ? ? ?DCB=(BLKSIZE=64K,RECFM=U,TRTCH=COMP)? ? ? ? ??

//SYSIN? ? DD *

DUMP INDDNAME(DASD1) OUTDDNAME(TAPE1) COMPRESS OPT(4) -??

ALLDATA(*) ALLEXCP WAIT(0,0) FULL? ? ? ? ? ? ? ? ? ? ? ??

?

Join [email protected] to automatically receive all group messages.