Pathmaker Programming Guide

Installing an Application for Testing
Finishing and Installing the Application
067868 Tandem Computers Incorporated 7–9
Table 7-2. Files Produced by PMPROJECT INSTALL (Page 1 of 2)
File Name Description
DUPCODE A File Utility Program (FUP) command file for duplicating the generated
application’s requester object-code files, server object-code files, help
database files, and SQL standard server object code and error message
files from their test configuration location to the current default subvolume.
You can use DUPCODE to move your generated application to the
production system.
GENDATA A FUP command file for creating the application’s Enscribe database files.
Pathmaker creates the commands for this file from the DDL RECORD
definitions for records used by services in this project. If you used
NonStop SQL files exclusively for your application database, GENDATA will
be empty.
PATHCOLD A command interpreter command file for cold starting the generated
application’s Pathway system by using the PATHCNFG file. PATHCOLD
can be used either with TACL or with COMINT.
PATHCOOL A command interpreter command file for cool starting the generated
application’s Pathway system. PATHCOOL can be used either with TACL or
with COMINT.
PATHCNFG The master Pathway configuration source file for the generated application.
This file describes the application’s Pathway system and the Pathway
SERVER object for the application’s help text server class. PATHCNFG
references the subordinate files PATHPRGS, PATHSVRS, PATHTCPS, and
PATHUSER using Pathway OBEY commands.
In addition, the PATHCNFG file contains file location information for every
requester object-code file, server object-code file, and help database file that
belongs to this generated application.
PATHPRGS A subordinate Pathway configuration source file that describes the
application’s initial requesters as Pathway PROGRAM objects.
PATHSVRS A subordinate Pathway configuration source file that describes the
application’s server classes as Pathway SERVER objects. This file also
describes the application’s Enscribe and NonStop SQL general server
classes for DB requesters.
PATHTCPS A subordinate Pathway configuration source file that describes the Pathway
TCP objects used in the application.
PATHUSER A subordinate Pathway configuration source file where you can supply
Pathway object definitions and commands. PMPROJECT INSTALL creates
PATHUSER as an empty edit file if it does not exist, but does not alter the
file if it does exist.