IBM Tivoli NetView for z/OS, Version 6.2

RESIDENT

Purpose

The RESIDENT control file entry applies to base AON functions.

The RESIDENT control file entries in the control file define programs that are loaded into main storage to improve performance.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-RESIDENT-- --program----------------------------------------><

program
Specifies the filename of the program or the command name to be loaded.

Usage notes

  • The programs defined with this entry are loaded into main storage during initialization of the automation environment. The NetView® LOADCL command is issued for every program defined by these entries.
  • If the control file is reloaded, programs that have been previously loaded are not replaced so that the usage counts are kept valid. If a program was previously loaded by this function and is not contained in the current control file, this program is dropped using the NetView DROPCL command.
  • At initialization (after programs are loaded or dropped), the MAPCL command is issued.

Examples

The following example defines the program NEWONE, which AON loads during initialization.
RESIDENT NEWONE


Feedback