Hello List, We are running ZOS 1.12 here, under Z/VM.
We want, execute a BACKUP from our production , and restore to another CMS MACHINE. We have a cartridge , with ADRDSSU STANDALONE. If we do a backup from all dasd with the job like this : //ZOSBKP JOB (SUPORTE),'BKP-DB2',CLASS=S, // MSGCLASS=H,MSGLEVEL=(1,1),NOTIFY=&SYSUID //ZOS112 EXEC PGM=ADRDSSU,REGION=0M //DISKIN DD UNIT=SYSDA,VOL=SER=ZOS112,DISP=SHR //ROBOOUT DD DSN=PROD.SUP.TAPE.LAB.ZOS112.D190911, // UNIT=ROBO,LABEL=(0001,SL),DISP=(,CATLG,DELETE), // VOL=(,RETAIN,SER=GRXXXX) //SYSIN DD * DUMP INDD(DISKIN) OUTDD(ROBOOUT) ALLEXCP ALLDATA(*) ADMIN /* //Z2CAT1 EXEC PGM=ADRDSSU,REGION=0M //DISKIN DD UNIT=SYSDA,VOL=SER=Z2CAT1,DISP=SHR //ROBOOUT DD DSN=PROD.SUP.TAPE.LAB.Z2CAT1.D190911, // UNIT=ROBO,LABEL=(2,SL),DISP=(,CATLG,DELETE), // VOL=(,RETAIN,SER=GRXXXX) //SYSIN DD * DUMP INDD(DISKIN) OUTDD(ROBOOUT) ALLEXCP ALLDATA(*) ADMIN /* //Z2RES1 EXEC PGM=ADRDSSU,REGION=0M //DISKIN DD UNIT=SYSDA,VOL=SER=Z2RES1,DISP=SHR //ROBOOUT DD DSN=PROD.SUP.TAPE.LAB.Z2RES1.D190911, // UNIT=ROBO,LABEL=(3,SL),DISP=(,CATLG,DELETE), // VOL=(,RETAIN,SER=GRXXXX) //SYSIN DD * DUMP INDD(DISKIN) OUTDD(ROBOOUT) ALLEXCP ALLDATA(*) ADMIN /* Then, can we do a restore ? I need use the ADRDSSU COPY option ? Someone know, where I can found a sample for this ? Thanks very much. Sergio Lima Costa São Paulo - Brazil ________________________________ "Atenção: Esta mensagem foi enviada para uso exclusivo do(s) destinatários(s) acima identificado(s), podendo conter informações e/ou documentos confidencias/privilegiados e seu sigilo é protegido por lei. Caso você tenha recebido por engano, por favor, informe o remetente e apague-a de seu sistema. Notificamos que é proibido por lei a sua retenção, disseminação, distribuição, cópia ou uso sem expressa autorização do remetente. Opiniões pessoais do remetente não refletem, necessariamente, o ponto de vista da companhia, o qual é divulgado somente por pessoas autorizadas." "Warning: This message was sent for exclusive use of the addressees above identified, possibly containing information and or privileged/confidential documents whose content is protected by law. In case you have mistakenly received it, please notify the sender and delete it from your system. Be noticed that the law forbids the retention, dissemination, distribution, copy or use without express authorization from the sender. Personal opinions of the sender do not necessarily reflect the company's point of view, which is only divulged by authorized personnel." ---------------------------------------------------------------------- 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

