Remove the quotes from around the //DD: on your put statement. I use this construct all the time and none of my jobs have quotes there.
Jim Horne Systems Programmer Large Systems Engineering & Messaging IS7-5 Lowe's Companies, Inc. 401 Elkin Highway North Wilkesboro, NC 28659 336-658-4959 [EMAIL PROTECTED] -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Brain Sent: Thursday, July 17, 2008 9:14 AM To: [email protected] Subject: Re: FTP Temporary File Hello. I have tried with the quites also and is still giving the same problem Pls find the below jcl //FTP111 EXEC PGM=FTP,REGION=4096K //SYSPRINT DD SYSOUT=X //INPUT01 DD DSN=AADDXV.TEST.FILE1,DISP=OLD //SYSOUT DD SYSOUT=X //INPUT DD * FTP.T1V.U1TRI.COM xxxxxx xxxxxx LOCSITE FEFEIENDLY CD /MXS PUT '//DD:INPUT01' OUTPUT.FILE QUIT // The spool message shows the below EZA1460I Command: EZA1736I LOCSITE FWFRIENDLY EZA1460I Command: EZA1736I CD /MS8 EZA1701I >>> CWD /MS8 250 OK. Current directory is /MS8 EZA1460I Command: EZA1736I PUT '//DD:INPUT01' OUTPUT.FILE EZA2558W put fails: //DD:INPUT01 does not exist. EZA1460I Command: EZA1736I QUIT EZA1701I >>> QUIT 221-Goodbye. You uploaded 0 and downloaded 0 kbytes. 221 Logout. Could some one pls help me with this ?? Thanks, Rajeev ---------------------------------------------------------------------- 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

