Previous Topic: Web Option Environments

Next Topic: Merging the Y2WEB and Y2WEBVENG Libraries

Using Web Option with Other Languages

As shipped, the YW2ELDORFA data area in Y2WEB comes with the value Y2WEBVENG, indicating that the English LDO library is used. Also, the WEB2E_SVR job description in Y2WEB includes Y2WEBVENG in its initial library list. When Web Option environments are created, both objects are copied into the environment library and the WEB2E_SVR job description in the environment library is changed to also include the environment library.

If you need to run Web Option with a language other than English, you can obtain the necessary Web Option LDO library Y2WEBVDTC from CA and then follow these steps:

To change an existing Web Option environment to a language other than English

  1. Change the YW2ELDORFA data area in the environment library to the new language:
    CHGDTAARA DTAARA(MYWEBENV/YW2ELDORFA) VALUE(Y2WEBVDTC)
    
  2. Change the initial library list (INLLIBL) of the WEB2E_SVR job description in the environment library to include Y2WEBVDTC instead of Y2WEBVENG:
    CHGJOBD JOBD(MYWEBENV/WEB2E_SVR)
    

You then need to change the global Web Option defaults (which apply to every environment that is subsequently created) to use your language.

To change the global Web Option defaults

  1. Change the YW2ELDORFA data area in the product library to the new language:
    CHGDTAARA DTAARA(Y2WEB/YW2ELDORFA) VALUE(Y2WEBVDTC)
    
  2. Change the initial library list (INLLIBL) of the WEB2E_SVR job description in the product library to include Y2WEBVDTC instead of Y2WEBVENG:
    CHGJOBD JOBD(Y2WEB/WEB2E_SVR)
    

Notes: