z/OS Communications Server: SNA Network Implementation Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Functions for changing load module names

z/OS Communications Server: SNA Network Implementation Guide
SC27-3672-01

You can do the following even if a load module is renamed on the MOSS disk. The assumption is that a load module has already been renamed. In the following cases, a load module NCPA has been renamed to NCPA2:
  • Purge a renamed load module on the MOSS disk.
    F NET,LOAD,ID=NCPA,LOADMOD=NCPA2,ACTION=PURGE

    VTAM® does not perform any checking for the VTAMLST library member NCPA2.

  • Set an IPL time so that the load module can IPL at a certain required time.
    F NET,LOAD,ID=NCPA,LOADMOD=NCPA2,ACTION=S,IPLTIME=(4/28,11:30)

    VTAM does not check its VTAMLST members and the NCP load library members. MOSS IPLs NCP at the required time.

  • Rename a previously renamed load module.
    F NET,LOAD,ID=NCPA,ACTION=RENAME,LOADMOD=NCPA#,NEWNAME=NCPA

    VTAM does not check for the load module, and the load module is renamed.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014