|
Use CCSID(65535) on the field in the physical file. -----Original Message----- From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of Andrew_CM_Chan@xxxxxxx Sent: Tuesday, April 26, 2005 8:19 PM To: java400-l@xxxxxxxxxxxx Subject: Writing to a physical file without conversion Hi everyone, I have a physical file that has a variety of fields defined - packed numeric data, character data, dates, and so on. I'm using JTOpen to write data to the file from a Java program. Most of the time, the conversion between Java and the physical file data types is very useful. However, I have a situation where I'd like to write some character data to one of the fields in the file without any conversion taking place (it's a long story why). Something along the lines of: // format is the format retrieved from the file description Record record = new Record(format); // corresponds to a field declared as 15P 2; want conversion to happen record.setField(1, new BigDecimal("5236.66")); // corresponds to a field declared as 50A; don't want conversion to happen record.setField(2, AByteArrayThatShouldn'tBeConverted); ... file.write(record); I've been trying to find a way to do this with the record-level access classes to do this, but haven't had any luck. Can anyone shed some light? Thank you, andrew. -- This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list To post a message email: JAVA400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/java400-l or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/java400-l. ------------------------------------------------------------------------------ The information transmitted by the following E-Mail is intended only for the addressee and may contain confidential and/or privileged material. Any interception, review, retransmission, dissemination, or other use, or taking any action upon this information by persons or entities other than the intended recipient is prohibited by law and may subject them to criminal or civil liability. If you received this communication in error, please contact us immediately at 954-660-7400 and delete the communication from any computer or network system. ==============================================================================
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.