Pathmaker Reference Manual

PMPROJECT Utility
Utilities
5–26 067869 Tandem Computers Incorporated
PATHCNFG Pathway configuration file that defines the generated application’s
Pathway parameters.
PATHCNFG refers to the PATHTCPS, PATHPRGS, PATHSVRS,
and PATHUSERS files. These file contain separate program
definitions for each initial requester in the project. They also
contain file location information for each requester object code file,
server object code file, and help database file belonging 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. It also
describes the application’s ENSCRIBE and SQL general server
classes.
PATHUSER A subordinate Pathway configuration source file that contains
Pathway object definitions and PATHCOM commands you
supply. The PMPROJECT utility does not alter this file if it already
exists in the command file subvolume. If this file does not exist,
PMPROJECT creates the file as an empty EDIT file.
PATHTCPS A subordinate Pathway configuration source file that describes the
Pathway TCP objects used in the application.
SQLCODE TACL command file for SQL compiling the generated application
servers in the current default subvolume. SQLCODE registers
servers in the current default SQL catalog and is normally used
after using DUPCODE. SQLCODE contains ADD DEFINE
commands for all SQL tables used by the application.
RECONFIGURE
Regenerates the Pathway configuration source file (T9154CFG) for an existing
project. You must own the project to regenerate this configuration file.
RECONFIGURE regenerates the file based on the configuration attributes stored in
the PROJECTS file for this project.
Regenerate the Pathway configuration file after:
Using PMPROJECT ALTER to alter this project’s configuration.
Using PMINSTAL REDEFINE to modify the Pathmaker version used by this
project.
Using PMINSTAL MOVE to move the Pathmaker target installation used by
this project.
You do not need to RECONFIGURE after using ADD, CONVERT, or IMPORT, because
PMPROJECT automatically regenerates the configuration files when you use those
commands.