Creating an enform report, Newsubvl—establishing the subvolume – HP NonStop G-Series User Manual

Page 165

Advertising
background image

Creating an Enform Report From Measure Data

Measure User’s Guide 520560-003

A- 7

Creating an Enform Report

Creating an Enform Report

To create an Enform report from Measure data:

1. Use DDL to add the required RECORD statements to the DDL dictionary.

2. If you use key-sequenced or alternate-key files, create a FUP schema file.

Alternate-key files improve Enform performance when you sort the measurement
data by field.

a. Use the ?FUP command of DDL to create the schema file.

b. Use FUP to create the key-sequenced and alternate-key files described by the

schema file.

3. Use the Measure REPORT attributes to generate structured files. See

Producing

Structured Files of Measurement Data

on page 4-31.

4. Use the Enform product to create the unstructured files containing the data to be

used in the report.

5. Use FUP to load the key-sequenced and alternate-key files with data from the

unstructured files.

6. Use the Enform product to create the report.

If you generally use the same reports each time you analyze new measurement data,
you can create command files that perform the preceding steps. Examples of
command files and their related files follow.

The command file NEWSUBVL performs Steps 1 and 2, setting up a subvolume so
the second command file, STARTENF, can create the report. Whenever you copy
the Enform queries and associated files to a new subvolume, run NEWSUBVL.

The command file STARTENF performs Steps 3 through 6, creating the report and
writing it to the spooler under the name $S.#ENFOUT.

NEWSUBVL—Establishing the Subvolume

To execute NEWSUBVL (create all files in a single subvolume):

1. Type in NEWSUBVL:

NEWSUBVL:

DDL /IN $SYSTEM.SYSnn.MEASDDLS/ DICT !
DDL /IN DDLXCHNG/ DICT
FUP /IN FUPPURGE/
EDIT/OUT $s.#jnk/fupxchng;CB/SET TYPE/SET EXT
(20,20),TYPE/A;E
FUP /IN FUPSCHNG/
ENFORM /IN COMPILE/

Advertising