

z/OS User Exits › Customizing and Installing z/OS User Exits › MKCRUN—Make C Runtimes - TIRCRUNC (CICS) and TIRCRUNI (IMS) › Default Processing
Default Processing
The default processing of the JCL procedure is as follows:
- The CA Gen step builds the list of translation code page pairs to be used by the CA Gen Runtimes. The first three code page pairs are the CA Gen default, the USA EBCDIC – ASCII, and the AMERICAN EBCDIC - MICROSOFT ASCII translation tables. These three code page pairs are always required so they must not be deleted, however the comments on the lines must be removed before the step is executed. A number of other code page pairs are listed, each of which is used for specific NLS translation. Update the list to keep only those code page pairs required, ensuring that any comments are removed.
- The TIRXINFO step assembles the user exit TIRXINFO. The source for user exit TIRXINFO can be found in CEHBSAMP.
- The GXTABLE step assembles the table produce in the GEN step.
- The LKCICS step links the subroutines modified in the previous steps into a new TIRCRUNC runtime DLL.
- The LKIMS step links the subroutines modified in the previous steps into a new TIRCRUNI runtime DLL.
- The LKCICSD step links the subroutines modified into a new TIRCRUNC debug runtime DLL.
- The LKIMSD step links the subroutines modified into a new TIRCRUNI debug runtime DLL.
Copyright © 2015 CA Technologies.
All rights reserved.
 
|
|