TRANSFER Installation and Management Guide

User-Supplied Modules
Managing a TRANSFER System
11–36 068837, Update 1 to 013198 Tandem Computers Incorporated
User-Supplied
Profile Module
The user-supplied profile module provides the means to include another profile in a
depot. This profile contains information that is specific to TRANSFER applications
implemented at your node. The user-supplied profile module, which displays one or
more screens, is called by the ADMIN application when you press F10 from the MAIN
MENU screen. This SCREEN COBOL module must be named ADMIN-PROFILE-
USER.
Refer to the TRANSFER Programming Guide for the calling sequence for the user-
supplied profile module.
User-Supplied
System Control Module
The user-supplied system control module provides the means to set parameters for
controlling the operating environment of your TRANSFER applications. This module,
which displays one or more screens, is called by the ADMIN application when you
press SF5 from the MAIN MENU screen. This SCREEN COBOL module must be
named ADMIN-SYSTEM-USER.
Refer to the TRANSFER Programming Guide for the calling sequence for the user-
supplied system control module.
User-Supplied Modules for
ADMIN and TMANAGER
A user-supplied module can be designed to call ADMIN or TMANAGER. To invoke
the ADMIN client, the user-supplied program unit must call the SCREEN COBOL
module named ADMIN-MAIN; to invoke the TMANAGER client, the user-supplied
program unit must call the SCREEN COBOL module named TMGR-MAIN. Both of
these modules are contained in the TRANSFER SCREEN COBOL library on the Base
TRANSFER user-DSV.
Refer to the TRANSFER Programming Guide for information on the calling sequences
for these modules.