I assume you meant single and double quotes and I would think that should work. Maybe you could try wildcarding; /Files* or even /Files?for?Production and then sometimes you need to use an escape sequence, probably the back slash: \ , before the space.
Ken Klein Sr. Systems Programmer Kentucky Farm Bureau Insurance - Louisville [email protected] 502-495-5000 x7011 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Howard Brazee Sent: Tuesday, July 28, 2009 10:48 AM To: [email protected] Subject: FTP to Unix directory with spaces I'm trying to do a FTP with the following: cd /ps/cs90ftp/conversion_files/CC/extract/Files for Production put 'UMSDEV.QA06.CCITFULL.D090714' citizen_D090714.dat I try putting single and double spaces around the destination directory, but the IKJEFT01 gives me a SYSTEM COMPLETION CODE=0C9 REASON CODE=00000009 when it tries, but fails to change the directory. How do I handle the Unix spaces in the directory name? ---------------------------------------------------------------------- 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

