HP-UX SNAplus2 RJE User's Guide

SNAplus2 RJE Workstation Configuration
Text File Format
Chapter 6136
Text File Format
The RJE workstation style file is an ASCII text file, with information
stored in readable text format. This allows you to check or modify the
workstation definition using a standard text editor.
The file consists of a series of records, each of which defines a set of
options for the workstation or for the resources associated with it. The
records that can be included are discussed in more detail in “RJE Style
File Records”, later in this chapter.
Each record is defined in the following format:
[record_name]
parameter_name = value
parameter_name = value
.
.
.
parameter_name = value
The record_name must be enclosed in square brackets. It is followed by a
series of parameter entries, each on a separate line. A back-slash
character (\) at the end of a line indicates that the entry continues on the
next line.
All the parameters associated with a particular record must be listed
after the record_name for that record, and before the record_name for
the next record in the file. However, the order of individual parameters
within a record is not important (except where this is indicated in the
command descriptions later in this chapter). Also, note that SNAplus2
provides defaults for many parameters, so you need not specify every
parameter explicitly
Parameter Types
Each parameter in a record is of a defined type — character string,
decimal number, or defined constant. For example, in the
define_minor_options record, temp_directory is a character string,
console_log_size is a decimal number, and punch_padding is a
defined constant . In the record descriptions later in this chapter, the
information given for each individual parameter includes its type.