HP Integrity NonStop J-Series User Manual
Page 221

INTEGRATING APPLICATIONS
Determining a New Value for MAXTERMDATA
Changing the Program Name in the PATHCOM SET PROGRAM TYPE Command
The SET PROGRAM TYPE command identifies the type of terminal upon
which a SCREEN COBOL program will execute. This command also
identifies the SCREEN COBOL program unit that the terminal enters
on startup. In Figure 11-4, this command appears as follows:
SET PROGRAM TYPE T16-6520 INITIAL APPL-A
where T16-6520 is the type of terminal upon which the application
will execute and APPL-A is the SCREEN COBOL program name.
To integrate several ENABLE applications and use a menu program,
change the program name to that of the SCREEN COBOL menu program
(the name that appears in the PROGRAM-ID paragraph of the menu
program). If the name of your menu program is MENU, for example,
you would change the program name to:
SET PROGRAM TYPE T16-6520 INITIAL MENU
11-17