John, I see that you're doing a TYPRUN=NORUN. What happens if you strip all the excess/optional lines from your SYSIN. Can you eliminate the error by eliminating most of the control cards and just re-add them until you hit the error again?
Rex -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of John Dawes Sent: Thursday, May 16, 2019 10:08 AM To: [email protected] Subject: [External] Re: DFDSS QUESTION - PHYSICAL DATASET BACKUP Dave,I checked. The DUMP statement is part of the INDDNAME. It looks that it is missing the - because my post came out misaligned.Here it is again: DUMP INDDNAME(DASD1)OUTDDNAME(TAPE1) - DATASET(INCLUDE(HESP.IMS.PROD.MATRIX - HESP.NETVIEW.PRF)) - TOL(ENQF) - OPT(4) ALLDATA(*) ALLEXCP On Thursday, 16 May 2019, 2:58:36 pm UTC, Jousma, David <[email protected]> wrote: Could it be that you are missing a dash after the word DUMP? Or a space between these two keywords: INDDNAME(DASD1)OUTDDNAME(TAPE1) _____________________________________________________________________________________________________ Dave Jousma AVP | Manager, Systems Engineering Fifth Third Bank | 1830 East Paris Ave, SE | MD RSCB2H | Grand Rapids, MI 49546 616.653.8429 | fax: 616.653.2717 -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of John Dawes Sent: Thursday, May 16, 2019 10:56 AM To: [email protected] Subject: Re: DFDSS QUESTION - PHYSICAL DATASET BACKUP **CAUTION EXTERNAL EMAIL** **DO NOT open attachments or click on links from unknown senders or unexpected emails** Please excuse my post for being misaligned. I do not know how to correct it. Any ideas? On Thursday, 16 May 2019, 2:51:22 pm UTC, John Dawes <[email protected]> wrote: G'Day, I am encountering a problem performing a Physical dataset backup of several dsn which are on a specific volume. For some reason it doesn't work. I receive the error message ADR129E (001)-RI01 (01), KEYWORD ' ' IS IMPROPER Below is the job output and the JCL. Can you spot my error? Does DFDSS support a phyisical backup of multiple dsns? ADR031I (SCH)-PRIME(01), TYPRUN=NORUN REQUESTED. TASKS WILL EXECUTE INNORUN MODE DUMP INDDNAME(DASD1)OUTDDNAME(TAPE1) - DATASET(INCLUDE(HESP.IMS.PROD.MATRIX - HESP.NETVIEW.PRF)) - TOL(ENQF) - OPT(4)ALLDATA(*) ALLEXCP ADR101I (R/I)-RI01 (01), TASKID 001 HAS BEEN ASSIGNED TO COMMAND 'DUMP' ADR109I (R/I)-RI01 (01), 2019.136 10:21:19 INITIAL SCAN OF USER CONTROLSTATEMENT ADR129E (001)-RI01 (01), KEYWORD ' ' IS IMPROPER ADR131E (001)-RI03 (01), ABOVE TEXT BYPASSED UNTIL NEXT COMMAND ADR017E (001)-CLTSK(01), 2019.136 10:21:19 TASK NOT SCHEDULED DUE TOERROR. TASK /* //NORUN EXECPGM=ADRDSSU,REGION=4096K,PARM='TYPRUN=NORUN' //*STEP1 EXECPGM=ADRDSSU,REGION=4M,TIME=1440,PARM='UTILMSG=YES' //DASD1 DD UNIT=SYSDA,VOL=SER=PROD03,DISP=SHR //TAPE1 DD DSN=MVS.PHYSICAL.BKUP.PROD03, // DISP=(,CATLG,DELETE),UNIT=3490,VOL=(,,,99) //SYSPRINT DD SYSOUT=* //SYSMAP DD SYSOUT=* //SYSIN DD * DUMP INDDNAME(DASD1)OUTDDNAME(TAPE1) - DATASET(INCLUDE(HESP.IMS.PROD.MATRIX - HESP.NETVIEW.PRF)) - TOL(ENQF) - OPT(4) ALLDATA(*) ALLEXCP /* ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN **CAUTION EXTERNAL EMAIL** **DO NOT open attachments or click on links from unknown senders or unexpected emails** This e-mail transmission contains information that is confidential and may be privileged. It is intended only for the addressee(s) named above. If you receive this e-mail in error, please do not read, copy or disseminate it in any manner. If you are not the intended recipient, any disclosure, copying, distribution or use of the contents of this information is prohibited. Please reply to the message immediately by informing the sender that the message was misdirected. After replying, please erase it from your computer system. Your assistance in correcting this error is appreciated. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN The information contained in this message is confidential, protected from disclosure and may be legally privileged. If the reader of this message is not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any disclosure, distribution, copying, or any action taken or action omitted in reliance on it, is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by replying to this message and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
