|
Brad, Assuming that the *SAVF contains the program which loads the file, that the [ is a constant in the *PGM, that the *PGM is in CCSID 37, that the system generally runs jobs with a CCSID of 65535, and that you really want the character [ to be encoded in CCSID 285 (x'B1') so as to not require job and *DSPF CCSID processing (whew), then I would: 1. Make sure the program is running in a job with CCSID 37 2. Make sure the database file is pre-created with CCSID 285 3. Run the program This should get your *PGM x'BA' to be stored as x'B1' in the *FILE and have the [ show up correctly on the 285 displays (with minimal work). WARNING though: assuming the users may enter the character [ and your programs need to recognize this character, your program constants will still be x'BA' while the job value will be x'B1' (assuming no job or *DSPF CCSID processsing). This could be a definite problem requiring more work. The correct thing to do here is not store constants in the *PGM, but rather in a 37 file that can be read by the program (with a correct job CCSID) so all character constants are in the correct CCSID (for subsequent processing). Bruce > >Thanks bruce. > >The problem is that I downloaded the save file (with FTP in BIN) with 37, >and the machine is set up to use 285. > >So, what I'm looking for is what is the best way to remedy this. CHGFTPA? > +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
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.