z/OS Language Environment Customization
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Steps for modifying the JCL for CEEWUXIT

z/OS Language Environment Customization
SA38-0685-00

Perform the following steps to modify the JCL for CEEWUXIT:

  1. Replace the comment lines following the //SYSIN statement in the job with your source program for the application-specific assembler language user exit.

    _________________________________________________________

  2. Change DSNAME=YOURLIB in the SYSLMOD DD statement to the name of the partitioned data set you want your CEEBXITA module link-edited into.

    Note: A CEEBXITA module currently in the chosen data set is replaced by the new version.

    _________________________________________________________

  3. Check the SYSLIB DD statement to ensure that the data set names are correct.

    _________________________________________________________

  4. Bind (link) the resultant CEEBXITA module with your application.

    _________________________________________________________

When you are done, CEEWUXIT should run with a condition code of 0.

Exception: If your exit is written in C/C++, you could get a condition code of 4 if your job runs correctly.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014