Trailing-Edge
-
PDP-10 Archives
-
TRAFFIC-20_V4_840514
-
traffic-documentation/traffic-v4.ins
There are no other files named traffic-v4.ins in the archive.
TRAFFIC-20.INS V4
February 1984
COPYRIGHT (C) 1978, 1981, 1984 BY
DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS.
THIS SOFTWARE IS FURNISHED UNDER A LICENSE AND MAY BE USED AND COPIED
ONLY IN ACCORDANCE WITH THE TERMS OF SUCH LICENSE AND WITH THE
INCLUSION OF THE ABOVE COPYRIGHT NOTICE. THIS SOFTWARE OR ANY OTHER
COPIES THEREOF MAY NOT BE PROVIDED OR OTHERWISE MADE AVAILABLE TO ANY
OTHER PERSON. NO TITLE TO AND OWNERSHIP OF THE SOFTWARE IS HEREBY
TRANSFERRED.
THE INFORMATION IN THIS SOFTWARE IS SUBJECT TO CHANGE WITHOUT NOTICE
AND SHOULD NOT BE CONSTRUED AS A COMMITMENT BY DIGITAL EQUIPMENT
CORPORATION.
DIGITAL ASSUMES NO RESPONSIBILITY FOR THE USE OR RELIABILITY OF ITS
SOFTWARE ON EQUIPMENT WHICH IS NOT SUPPLIED BY DIGITAL.
TRAFFIC-20 V4 DOCUMENTATION Page 2
TRAFFIC-20 V4 FEBRUARY 1984
1.0 INSTALLATION
This document details the procedure for installing the TRAFFIC-20
system.
1.1 CONTENTS OF THE DISTRIBUTION TAPE
TRAFFIC-20 is distributed on a 1600 BPI magnetic tape which contains
four savesets.
The first saveset, TRAFFIC-20 V4 DOCUMENTATION FILES, contains a copy
of the release notes.
The second saveset, TRAFFIC-20 V4 BINARY FILES, contains binary
versions of the relevant files. These have been compiled with the
default assembly parameters with the following exceptions:
SHORTX=-1 giving short file extensions
If this suits your installation, they may be copied directly to
<SUBSYS>. Once there, the default Data-vet module - DUMVET.REL - must
be appended to your normal system libraries, (that is, LIBOL.REL,
C74LIB.REL, COBLIB.REL, or FORLIB.REL) at least one of which must be
present.
For example, to append this module to FORLIB, the following method may
be used:
$MAKLIB
*FORLIB.REL=FORLIB.REL,DUMVET.REL/APPEND
*FORLIB.REL=FORLIB.REL/INDEX
*^C
$
The third saveset, TRAFFIC-20 V4 SOURCE FILES, contains the sources
for the modules in case it is necessary to rebuild any of them with a
site-specific paramater file. This is described in the TRAFFIC-20
programmers manual, Chapter 7, and section 1.4 of this Installation
Guide.
The final saveset, TRAFFIC-20 V4 DEMONSTRATION PROGRAMS, contains
demonstration programs and skeletal Data-vet subroutines written in
the three languages FORTRAN, COBOL, and MACRO.
TRAFFIC-20 V4 DOCUMENTATION Page 3
1.2 INSTALLATION PROCEDURES
First, restore the documentation save set, TRAFFIC-20 V4 DOCUMENTATION
FILES, to DSK:; then read the release notes.
To do this, use the following procedure:
1. Mount the TRAFFIC-20 distribution tape on MTA0:
2. Type the following commands:
@RESET <RET>
@DUMPER <RET>
DUMPER>TAPE MTA0: <RET>
DUMPER>REWIND <RET>
DUMPER>DENSITY 1600-BPI <RET>
DUMPER>ACCOUNT SYSTEM-DEFAULT <RET>
DUMPER>RESTORE PS:<*>*.*.* DSK:<USER-AREA>*.*.* <RET>
DUMPER>REWIND <RET>
DUMPER>EXIT <RET>
Next, restore the binary files from the save set TRAFFIC-20 V4 BINARY
FILES.
To do this, use the following procedure:
1. Mount the TRAFFIC-20 distribution tape on MTA0:
2. Type the following commands:
@RESET <RET>
@DUMPER <RET>
DUMPER>TAPE MTA0: <RET>
DUMPER>REWIND <RET>
DUMPER>DENSITY 1600-BPI <RET>
DUMPER>ACCOUNT SYSTEM-DEFAULT <RET>
DUMPER>SKIP 1 <RET>
DUMPER>RESTORE PS:<*>*.*.* PS:<SUBSYS>*.*.* <RET>
DUMPER>REWIND <RET>
DUMPER>EXIT <RET>
3. Append the default Data-vet module, DUMVET.REL, to your
normal system libraries.
TRAFFIC-20 V4 DOCUMENTATION Page 4
1.3 VERIFICATION OF THE TRAFFIC-20 SYSTEM
You can use the demonstration programs to verify the installation of
TRAFFIC-20. To do this, first copy the files from the TRAFFIC-20 V4
DEMONSTRATION PROGRAMS save set to DSK: using the following
procedure:
1. Mount the TRAFFIC-20 distribution tape on MTA0:
2. Type the following commands:
@RESET <RET>
@DUMPER <RET>
DUMPER>TAPE MTA0: <RET>
DUMPER>REWIND <RET>
DUMPER>SKIP 3 <RET>
DUMPER>ACCOUNT SYSTEM-DEFAULT <RET>
DUMPER>RESTORE PS:<*>*.*.* DSK:<TEST-AREA>*.*.* <RET>
DUMPER>REWIND <RET>
DUMPER>EXIT <RET>
There are several demos which can be used to illustrate TRAFFIC-20
functions. They are:
DEMO1.EXE, DEM05.EXE, D132.EXE
These demos consist of programs which have been used to test
TRAFFIC-20 during development. They may require some investigation of
the COBOL, MACRO, and FORTRAN programs, as well as the form
specification files to make them useful beyond the point of initial
verification.
The control file DEMO1.CTL, found in the save set TRAFFIC-20 V4
DEMONSTRATION PROGRAMS, is an example of building DEMO1 from scratch.
This program should be used to verify the system installation.
To verify installation:
1. Connect to DSK:<TEST-AREA>.
2. Type the following commands:
@SUBMIT DEMO1.CTL/TIME:0:05:0
@RUN DEMO1
TRAFFIC-20 V4 DOCUMENTATION Page 5
1.4 REBUILDING TRAFFIC-20 V4
The build instructions for Version 4 of TRAFFIC-20 are similar to
those for Version 2A. The user needs to have the following files
available in order to use TRAFFIC-20.
TFR.EXE -- Forms compilation utility
TFRCOB.REL -- Screen formating subroutines
IP20.REL -- IPCF message routing subroutines
DUMVET.REL -- Data vetting routines
TFRCAL.UNV -- Universal file
TFRUNV.UNV -- Universal file
These files are built using the batch stream TRAFFIC-20.CTL. When the
build is complete, they should be copied into <SUBSYS> or some other
library area available to all potential users.
TRAFFIC-20.CTL contains information which should be read before it is
submitted. Particularly, a command file TRAFFIC-20.CMD needs to be
modified to contain appropriate definitions for the logical names.
Both files are located in the save set TRAFFIC-20 V4 SOURCE FILES.
To restore the source files from save set TRAFFIC-20 V4 SOURCE FILES,
use the following procedure.
1. Mount the TRAFFIC-20 distribution tape on MTA0:
2. Type the following commands:
@RESET <RET>
@DUMPER <RET>
DUMPER>TAPE MTA0: <RET>
DUMPER>REWIND <RET>
DUMPER>SKIP 2 <RET>
DUMPER>ACCOUNT SYSTEM-DEFAULT <RET>
DUMPER>RESTORE PS:<*>*.*.* PS:<TRAFFIC-SOURCE>*.*.* <RET>
DUMPER>REWIND <RET>
DUMPER>EXIT <RET>
TRAFFIC-20 V4 DOCUMENTATION Page 6
Then, to actually do the build, submit the control file to batch using
the following procedure:
1. Connect to <TRAFFIC-SOURCE>.
2. Modify TRAFFIC-20.CMD.
3. Delete *.LOG
4. Type the following command:
@SUBMIT TRAFFIC-20.CTL/TIME:0:15:0
5. Copy the relevant files to <SUBSYS>.
6. For system verification, follow the procedure in Section 1.3
for running DEMO1.