HP System Dictionary/XL Utilities Reference Manual - Part 1 SDDBD (32256-90003)

82 Chapter10
Running the SDVPD Program
SDVPD Files
SDVPD Files
Input File
SDVPD accepts input from the file, SDIN. It can also take input from another MPE file by
redirecting SDIN with a file equation prior to issuing the RUN command:
:FILE SDIN=input file
If SDIN does not exist, or has not been redirected to another file, $STDINX (or your
terminal) will be used as the input file.
The log file (see “The Log File” below) can be saved and renamed and then used as the
input file the next time SDVPD is run.
SDOUT Report File
SDVPD records the summarized information about the entities added, replaced, etc., in a
file with the formal file designator, SDOUT. SDOUT can also be redirected to another MPE
file by using the following file equation:
:FILE SDOUT = output file
When SDVPD is run, if SDOUT is not found and there is no file equation for SDOUT, then
SDVPD creates SDOUT as a temporary file to collect report information. Upon
termination of the program, the information gathered in SDOUT is output to $STDLIST,
and the temporary SDOUT is deleted thereafter.
On the other hand, if an old SDOUT is found, the user in session mode will be asked to
confirm overwriting of the old file. In jobs, the old file is automatically overwritten.
SDOUT Report Format
When the output is formatted, each record in the report has the following format:
<Entity name> <VPLUS Alias> <Entity type>
Attribute Output Format. Attributes are listed only for the elements and have the
following format:
<element-type> (<byte-length>, <display-length>,
Action Report. SDVPD output lists the action that occurred for each entity as it was
encountered during the loading process. The Action column in the report may show one of
the values listed below:
SKIPPED The new definition was skipped because a SKIP was requested for conflict
occurrences.
REPLACED The existing definition was modified to the new definition's attribute
values.
ADDED The new definition was successfully added to the System Dictionary.