|
Chris, I dont know why cpytostmf is giving you such problems, however, you could solve it by using a conversion table to tell the as/400 how to convert the ebcdic '[' to an ascii '['. In the cpytostmf command you would use parms like: .... cvtdta(*tbl) tbl('/QSYS.LIB/MYLIB.LIB/MYTBL.TBL') where MYTBL.TBL is a copy of the QRMASCII table you have edited. You create a copy of the table by doing a RTVTBLSRC into a source file like QDDSSRC. Then use pdm to edit the table. Finally, you create a new table with the CRTTBL command. We use this kind of technique to handle some problems importing and exporting ascii EDI files. Lot of trouble, I know, but its better than trying to remember to use a '^' in seu. Alex Garrison ----- Original Message ----- From: <Christian.J.Conroy@sb.com> To: <JAVA400-L@midrange.com> Sent: Friday, June 02, 2000 11:52 AM Subject: Cpytostmf problem - update > For those who are interested in my CPYTOSTMF problem ... > > After copying the member to the IFS, I opened it in Notepad, and noticed that it > was the '[' character that was causing the problem. CPYTOSTMF had converted it > to '_'. So, I corrected it and did a CPYFROMSTMF back to the member, opened it > in SEU, and the '[' had become a '^'. A quick find and replace on '[' to '^', > CPYTOSTMF again, and presto bongo. Problem solved. Now all I have to do is > figure out what a '^' sign would be in SEU ..... > > Bah. > > Chris. > +--- > | This is the JAVA/400 Mailing List! > | To submit a new message, send your mail to JAVA400-L@midrange.com. > | To subscribe to this list send email to JAVA400-L-SUB@midrange.com. > | To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com. > | Questions should be directed to the list owner: joe@zappie.net > +--- > +--- | This is the JAVA/400 Mailing List! | To submit a new message, send your mail to JAVA400-L@midrange.com. | To subscribe to this list send email to JAVA400-L-SUB@midrange.com. | To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com. | Questions should be directed to the list owner: joe@zappie.net +---
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.