z/OS Communications Server: IP Network Print Facility
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Installing the end-of-file table

z/OS Communications Server: IP Network Print Facility
SC27-3658-00

This end-of-file rules table is packaged in module EZAPPEFT. The EZAPPEFT is shipped in the form as a ready-to-use module or as sample source code. The users can modify the sample source code form.

Procedure

To install a user-modified version of EZAPPEFT, proceed as follows:

  1. Code the modified version of the module, using the IBM-supplied EZAPPEFM macro. See Defining end-of-file rules for details about how to use the macro to create the table.
  2. Assemble and link-edit the module into a partitioned data set different from that used for the IBM-supplied version of the module. This prevents the module from being deleted during any subsequent re-install of NPF.
  3. On the JCL for the NPF VTAM® capture point application, provide a STEPLIB DD statement specifying that partitioned data set. For example:
    //STEPLIB DD DSN=xtable.loadlib, DISP=SHR

    In this example, xtable.loadlib is the name of the partitioned data set that includes the tables as members. See Operating the NPF VTAM capture point for a sample startup procedure.

Results

After performing these steps, the new table will automatically replace the IBM-supplied version the next time the NPF VTAM capture point application is started.

To dynamically replace the current version of EZAPPEFT with a new one while the NPF VTAM capture point application is running, respond to message EZY0837I with the following code:
nn,RELOAD EZAPPEFT

After the dynamic replacement is complete, the new version of the table will be used for new sessions, but already-started sessions will continue to run under the rules from the old table.

See RELOAD: Dynamically replacing a table for more information about RELOAD.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014