× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Mark,

It has to do with the CCSID (coded character set ID) of the file and the
job.

LPEX uses Unicode and knows the CCSID of the file, so it translates
between EBCDIC and Unicode.

Looking at your data it looks like the file has CCSID 1140 (US with Euro)
and Rumba uses 1146 (UK with Euro). Pound and dollar are code points x'B1'
and x'5B' in 1140; in 1146 these code points represent '[' (left square
bracket) and pound sign. I don't know Rumba, but in the Client Access
emulator you have to specify which code page the host uses.

What happens is that characters are translated from the file CCSID to the
job CCSID. Then they are sent to the output device, i.e. Rumba. Rumba then
interprets the code points and shows them. Apparently there is a mismatch
between Rumba and the job CCSID.

Things to check:
- What is the CCSID of the file?
- What exactly is in the file (DSPPFM; F10 to show hex)?
- What is the CCSID of the job?
- What code page is used by Rumba?

Joep Beckeringh





From:
"Austin, Mark" <Mark.Austin@xxxxxxxxxx>
To:
"Websphere Development Studio Client for iSeries" <wdsci-l@xxxxxxxxxxxx>
Date:
24-06-2008 12:05
Subject:
[WDSCI-L] Character set issue




Hi,



One of our developers has added the following code into a Cobol program
using the LPEX editor.



01 WS01-TEST-CHARACTER PIC X.

88 WS01-VALID VALUE 'a' 'b' 'c' 'd' 'e' 'f'

'g' 'h' 'i' 'j' 'k' 'l' 'm' 'n' 'o' 'p' 'q' 'r' 's' 't'

'u' 'v' 'w' 'x' 'y' 'z' 'A' 'B' 'C' 'D' 'E' 'F' 'G' 'H'

'I' 'J' 'K' 'L' 'M' 'N' 'O' 'P' 'Q' 'R' 'S' 'T' 'U' 'V'

'W' 'X' 'Y' 'Z' '0' '1' '2' '3' '4' '5' '6' '7' '8' '9'

'!' '"' '£' '$' '%' '^' '&' '*' '(' ')' '€' '_' '-' '+'

'=' '[' '{' '}' ']' ';' ':' '@' "'" '#' '~' ',' '<' '>'

'.' '?' '/' '¬' '`' '¦' '\' '|' ' '.



When he looked at the source member, using Rumba, some of the characters
have changed.



01 WS01-TEST-CHARACTER PIC X.

88 WS01-VALID VALUE 'a' 'b' 'c' 'd' 'e' 'f'

'g' 'h' 'i' 'j' 'k' 'l' 'm' 'n' 'o' 'p' 'q' 'r' 's' 't'

'u' 'v' 'w' 'x' 'y' 'z' 'A' 'B' 'C' 'D' 'E' 'F' 'G' 'H'

'I' 'J' 'K' 'L' 'M' 'N' 'O' 'P' 'Q' 'R' 'S' 'T' 'U' 'V'

'W' 'X' 'Y' 'Z' '0' '1' '2' '3' '4' '5' '6' '7' '8' '9'

'!' '"' '[' '£' '%' '¢' '&' '*' '(' ')' ' ' '_' '-' '+'

'=' '^' '{' '}' ']' ';' ':' '@' "'" '#' '¯' ',' '<' '>'

'.' '?' '/' '¬' '`' '¦' '\' '|' ' '.



The differences are highlighted in red.



I’m not sure if this is an issue with Rumba, WDSC or the iSeries.



Does anyone know why this is happening and more importantly how to stop
it?



Best regards,



Mark Austin

IT Consultant

Universal Music Publishing International

Email: mark.austin@xxxxxxxxxx

Tel: +44 (0) 208 742 5520

Fax: +44 (0) 208 742 5699



Universal Music Publishing International Limited

Registered in England. Number 02050403

Registered Office: 347-353 Chiswick High Road, London W4 4HS




Confidentiality

The information contained in this e-mail is confidential, may be
privileged and is intended solely for the use of the named addressee.
Access to this e-mail by
any other person is not authorised. If you are not the intended recipient,
you should not disclose, copy, distribute, take any action or rely on it
and you
should please notify the sender by reply. Any opinions expressed are not
necessarily those of the company.

We may monitor all incoming and outgoing emails in line with current
legislation. We have taken steps to ensure that this email and attachments
are free from any virus, but it remains your responsibility to ensure that
viruses do not adversely affect you.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.