Thanks Ed!  That was just the detail needed.  I contacted Tom Brennan and he 
told me how to fix Vista so that it returns the current code page translation 
to the host.

Vista V1.24 will return 037 by default unless you tell it otherwise.  (In Vista 
V1.26 the default is the opposite).

In Vista V1.24 find the vista.ini file (normally in c:\windows) and add:

ReplyCodePage=1

Restart Vista.  Tests after doing this show the following:

Query Terminal Information - 
CHARACTER SETS                                              
001B8185 8200070C 00000000 07000000 02B90116 0100F103 C30136

116x = 278d  (Finnish CP-278)

Also the value of ZTERMID -
/* REXX */                  
ADDRESS ISPEXEC             
"VGET (ZTERMCID) SHARED"    
SAY "ENCODING IS" ZTERMCID  
EXIT                        

ENCODING IS 00278

----

Now what this actually is supposed to do, I still have to figure out.  Just as 
a first test I tried putting $-sign into a member name and it failed as 
invalid...

Lindy



-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Edward Jaffe
Sent: 9. heinäkuuta 2008 17:38
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: How to change the ISPF code page?

Lindy Mayfield wrote:
[snip]
> CHARACTER SETS
> 001B8185 8200070C 00000000 07000000 02B90025 0100F103 C30136
>   

A perusal of the 3270 Data Stream Reference shows that '0025' in the 
above string is the code page number. Your emulator is passing back code 
page 37 (decimal) on the RPQ response.

-- 
Edward E Jaffe
Phoenix Software International, Inc
5200 W Century Blvd, Suite 800
Los Angeles, CA 90045
310-338-0400 x318
[EMAIL PROTECTED]
http://www.phoenixsoftware.com/

----------------------------------------------------------------------
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

----------------------------------------------------------------------
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

Reply via email to