Upgrading entries in the code page conversion table (DFHCNV)
A code page conversion table is not now required for CICS® web support. However, you might have existing request processing structures that include an analyzer program that references entries in the conversion table. If you do not want to change the analyzer program, you can continue to provide DFHCNV entries.
About this task
CICS web support handles code page conversion using z/OS® conversion services. So you do not have to create any new entries in the code page conversion table. However, if you want to continue to use an analyzer program that you coded in an earlier CICS release to reference DFHCNV, you must either continue to supply the entries in the code page conversion table, or change the analyzer program.
If you prefer, to continue using DFHCNV:
Procedure
-
Locate your source for the DFHCNV resource definition macros that you used to
define the conversion table in an earlier CICS
release.
The sequence of macros includes a DFHCNV TYPE=ENTRY macro for each pair of code pages.
-
Use the macros to set up a DFHCNV conversion table, following the process
described in Defining the conversion table.
You define, assemble, and link-edit the table.