|
Couldn't find the workaround for http://www-912.ibm.com/n_dir/nas4apar.nsf/c79815e083182fec862564c00079d117/0cd39ad7f981e5bc86256e5400420e53?OpenDocument&Highlight=2,II13784 Something about creating some data area or some such animal to make it work like it used to. I know one workaround is to make it a two stage process and put CPYTOSTMF/CPYFRMSTMF in between the CPY...IMPF and the actual data. Rob Berendt -- Group Dekko Services, LLC Dept 01.073 PO Box 2000 Dock 108 6928N 400E Kendallville, IN 46755 http://www.dekko.com "Kern, Mary T" <MKern4@xxxxxxxxxxxxxxxxx> Sent by: midrange-l-bounces@xxxxxxxxxxxx 01/10/2005 02:08 PM Please respond to Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx> To "Midrange Systems Technical Discussion" <midrange-l@xxxxxxxxxxxx> cc Subject RE: FTP Issue IBM did a total rewrite of CPYTOIMPF at V5R3. I believe all the initial issues are fixed now with PTFs. I use it extensively and all is working. Mary ¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤»§«¤»¥« Mary Kern Director of Information Services University of Toledo Foundation 2801 W Bancroft St Mail Stop 319 Toledo, OH 43606 Voice: (419) 530-7730 (800) 640-0147 Fax: 419-530-2895 Email: Mary.kern4@xxxxxxxxxxx "Write it on your heart that every day is the best day in the year." - Ralph Waldo Emerson ¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤»§«¤»¥« -----Original Message----- From: rob@xxxxxxxxx [mailto:rob@xxxxxxxxx] Sent: Monday, January 10, 2005 1:49 PM To: Midrange Systems Technical Discussion Subject: Re: FTP Issue CPYTOIMPF has had lots of changes in V5R3. Most of them will pi$$ you off. Use CPYTOSTMF if it will work for you. Rob Berendt -- Group Dekko Services, LLC Dept 01.073 PO Box 2000 Dock 108 6928N 400E Kendallville, IN 46755 http://www.dekko.com Scott Klement <midrange-l@xxxxxxxxxxxxxxxx> Sent by: midrange-l-bounces@xxxxxxxxxxxx 01/10/2005 01:31 PM Please respond to Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx> To Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx> cc Subject Re: FTP Issue Hello Matthew, > The problem we are experiancing is with FTP on the 400. It appears that > all packed decimal fields send special characters to the receiving > system. The receiving system is running UNIX. FTP is a file transfer program. That's all it is -- a program that transfers data from one system to another. This may seem confusing to someone who is used to Client Access' file transfer. Despite being called "File transfer" Client Access does more than just transfer the data, it also changes the file format from one thing into another. It's doing two steps for you -- both converting the data to another format, and copying it over a network... FTP doesn't do that. It just copies the data, nothing else. Oh sure, it can do two very simple transformations -- it can translate into ASCII, and it can change a text file from one end-of-line convention to another. But that's all. If you want to convert your database into a text file, you must convert it FIRST, then transfer it with FTP. To do that, use the CPYTOIMPF command to convert the database fields into a text file. Then, after that's done, use FTP to transfer the text file to the Unix machine. If you like, you can write a CL program that does both steps at once. The release of OS/400 shouldn't make much difference. It's possible that the CPYTOIMPF command has had some new options added (though, I can't think of any!) but FTP hasn't changed. -- This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/midrange-l or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/midrange-l. -- This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/midrange-l or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.