Previous Topic: Report Maintenance MenuNext Topic: Generating Reports


Creating a Report Definition from a Dataview

To create a report definition, enter the command CREATE REPORT or select option 2 from the Report Maintenance Menu. You are prompted for the rest of the command. To bypass the prompter, enter the complete CREATE REPORT command. The format of the CREATE REPORT command is:

CREATE REPORT [name [{FROM|USING} {*|DVW [authid.]dvwname}]
name

Specifies the one‑ to eight‑character name assigned to the new report definition. This value is required only because you are entering a USING or FROM clause, such as one of the following:

FROM *
FROM DVW authid.dvwname
USING *
USING DVW authid.dvwname

When you enter the CREATE REPORT command, the report Identification fill‑in displays. This fill‑in establishes the report name (if it was not entered as part of the CREATE REPORT command) and provides identification information. Until the report is named in the CREATE REPORT command or on the report Identification fill‑in, the new definition does not exist. Naming the report enters the report definition as an entity in the dictionary. When the name is entered on the Identification fill‑in that report becomes the current report.