>At what level is this translation performed. For example, >suppose an assembler program with source in the IBM-1047 >code page, and assembled and linked in the IBM-1047 locale >does a BPX1RED then a CLI '\' on the data in the buffer. >Will this match an IBM-1047 '\' or an IBM-273 '\'? > >What about a C program? Etc.?
I've not played with code pages and assembler so far, so I may be missing HLASM options. The assembler doesn't care for a locale, does it? So the backslash on the CLI will not be changed during execution, irrespective of any locale that may have been set in the LE (assuming this is LE enabled assembler code). BPX1RED does not translate what it reads (except in the context of autoconvert), does it? So, changing the locale does not have any influence in what you get in your buffer. Peter Hunkeler CREDIT SUISSE ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

