HP 3000 Manuals

SAVE [ HP SYSTEM DICTIONARY XL SDMAIN ] MPE/iX 5.0 Documentation


HP SYSTEM DICTIONARY XL SDMAIN

SAVE 

Saves a report that has just been defined.

Syntax 

     SA[VE] report-name 
            [;INT[ERNAL] = internal-name]
            [;DESC[RIPTION] = "description-text"]
             .

Parameters 

report-name           Name of the report to be saved.

internal-name         Internal name of the report being saved.  If not
                      specified, the internal name is the same as the
                      report-name.

description-text      Description of the report being saved.  If used,
                      you must specify text within quotes.  If omitted,
                      no description is associated with the report.

Description 

The report definition must have immediately preceded this command, while
the definition must have immediately followed the START command.  A
report definition consists of an optional CONFIGURE and/or FORMAT command
followed by a required REPORT command.

Open Mode:       Shared-update or exclusive-update

Scope:           DA scope or any scope with create capability

Example 

The following example saves the report element-report that produces a
report of the names and attributes on entities of type element.  In
addition, the report on each element begins on a new page.

     >START
     >CONFIGURE PAGE. 
     >REPORT ENTITY; 
     >>      ENTITY-TYPE = element. 
     >SAVE element-report; 
     >>    DESCRIPTION = "Detailed report to list occurrences" of
     >>                   entity-type ELEMENT in sorted order.".
     >


MPE/iX 5.0 Documentation