Customizing arsodfxb

A sample COBOL program for arsodfxb is delivered as a default executable in the installpath/bin/exits directory, where installpath is the installation directory path you chose when you installed Content Manager OnDemand.

About this task

Source code samples and the JCL statements that are used to compile the exits are provided in the ARS.V10R5M0.SARSINST library. Parameters are declared in COBOL copybook named arsodfxc. The sample compile JCL is named ARSCODFX.

If changes are made to the program, the arsodfxb exit program must be compiled and link-edited into the installpath/bin/exits directory where installpath is the installation directory path you chose when you installed Content Manager OnDemand.

Procedure

To customize the arsodfxb exit, do the following steps:

  1. Create a backup copy of the user exit.
  2. Make the desired modifications to the exit.
  3. Modify and run sample JCL ARSCODFX in ARS.V10R5M0.SARSINST to compile and link the user exit into the installpath/bin/exits directory where installpath is the path you chose when you installed Content Manager OnDemand.