Pathmaker Programming Guide

Installing an Application in the Production System
Finishing and Installing the Application
067868 Tandem Computers Incorporated 7–17
The following is an example of the PATHPRGS file created by PMPROJECT
INSTALL:
[ Application PROGRAM definitions for the SESSION-3
[ project
[ Generated by D20 PATHMAKER - May 20, 1993 at 15:52:45 ]
RESET PROGRAM
SET PROGRAM PRINTER $s.#ap3 <-- Change to production
system.
SET PROGRAM SECURITY "N"
ADD PROGRAM SQL-MAIN-MENU, TYPE T16-6520
(INITIAL SQL-MAIN-MENU) ,TCP TCP-136-1
Assume that you want to use a dedicated terminal for the application. The
following is an example of an edited PATHPRGS file that replaces the ADD
PROGRAM commands with ADD TERMINAL commands:
RESET term <-- Change PROGRAM
set term autorestart 1 commands to TERMINAL
set term break off commands.
set term diagnostic on
set term echo on
set term exclusive off
set term file $user
set term initial sql-main-menu <-- Change to initial requester
name shown in parentheses
in ADD PROGRAM statement.
set term inspect off
set term ioprotocol 0
set term maxinputmsgs 0
set term tcp tcp-136-1 <-- Change to TCP name in
ADD PROGRAM statement.
set term tmf on
set term trailingblanks on
add term term-001