Try BY((CREDT,LT,(*,-1)),(DSORG,NE,(VSAM))) - Rex
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of John Dawes Sent: Tuesday, May 23, 2006 12:44 PM To: [email protected] Subject: Re: ADR120E - DFDSS Error I tried it out and I get the syntax error: ADR124E (001)-RI01 (02), DELIMITER '(' IS NOT PROPERLY PRECEDED BY A CONSTANT OR I tried the command using : BY(CREDT,LT,*,-1) (DSORG,NE,VSAM)) and BY(CREDT,LT,*,-1) (DSORG,NE,VSAM) Same error on both counts. "O'Brien, David W. (NIH/CIT) [C]" <[EMAIL PROTECTED]> wrote: Try BY(CREDT,LT,*,-1) (DSORG,NE,VSAM)) - there is an example in the manual. -----Original Message----- From: John Dawes [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 1:32 PM To: [email protected] Subject: ADR120E - DFDSS Error I am attempting to back up some files using DFDSS. I receve the error ADR120E because of "TOO MANY POSITIONAL PARAMETERS AFTER '-1' Can you suggest a correction. What I am attempting to do is backup files from certain volumes. However, I want only to backup files that are less than 1 day old and must NOT be VSAM. Below is a copy of my control cards. DUMP DATASET(INCLUDE(IST*.** - MED*.** - X*.** - Y*.** - Z*.** - SRT.** - SYS*.** - TEMP.** - *SYSUT*.**) - BY(CREDT,LT,*,-1,DSORG,NE,VSAM)) - LOGINDDNAME(DASD) - OUTDD(TAPE) OPT(4) ALLDATA(*) ALLEXCP - TOL(ENQF) Thanks to all in advance. --------------------------------- Do you Yahoo!? Yahoo! Personals: It's free to check out our great singles! ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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 --------------------------------- On Yahoo!7 Answers: Real people ask and answer questions on any topic. ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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

