HP System Dictionary/XL SDMAIN Reference Manual (32256-90001)

4- 143
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 Internalnameofthereportbeing saved.If notspecified, theinternal nameis thesame
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.".
>
SETVERSION
Sets a version of entities and relationships to a version status.
Syntax
SET[VERSION] version-name
;STAT[US] = version-status
.