> -----Original Message-----
> From: IBM Mainframe Discussion List On Behalf Of Hal Merritt
> 
> We just fired up our DB2 V8 in 'new function' mode on our 
> z/os 1.7 servpac system (With 1.9 toleration?). The IVP job 
> that verifies Unicode fails. More, a DB2 connect client fails 
> with a -332 SQL code which is grumping about a missing 
> 'source code page 1252'. 
> 
> A trip through SA22-7649-06 suggests that the 'Pre-built DB2 
> Conversion Image' is in place and ready. However, the alleged 
> automatic loading has not occurred. (The D UNI,STORAGE does 
> not equal 9430.)
>  
> Of course DB2 support blames z/os, but can't offer anything 
> to help diagnose the problem. 
>  
> Anyone tiptoe through these tulips lately and have a clue for me?

Here's what worked for us on z/OS 1.7 (and 1.9):

1.  Create a PARMLIB member CUNUNIxx with these 4 lines:

ADD FROM=37 TO=1252  
ADD FROM=1208 TO=1252
ADD FROM=1252 TO=1208
ADD FROM=1252 TO=37  

2.  Ensure you have an entry UNI=xx in your IEASYSnn member, and

3.  Ensure that SYS1.SCUNTBL is cataloged.

Then either IPL or issue SET UNI=xx, and the rest should be "automagic".

    -jc-

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