ASAP 3.0 Client Manual

HP NonStop ASAP Client Manual Page 154 of 161
STATEPAIR YES STATERULE UseStateGraphState;
TypeData - EDL Attribute Property
TypeData String
The TypeData attribute property defines the data type of a user-defined attribute.
Possible data types are:
INT | INT32 | INT64 | REAL64 | CHARnn
Applies to: Server
Default: NULL
Example
AT TranCount METRICRULE "#1"
STATEPAIR YES STATERULE UseStateGraphState
TYPEDATA REAL64;
AT TranRate METRICRULE "#1/S" FORMAT F10.2
STATEPAIR YES STATERULE UseStateGraphState
TYPEDATA REAL64;
EDL - DATA Statement
The EDL includes a DATA statement that facilitates entity prototyping, testing, and
demonstration. The DATA statement lets you associate data with an entity declaration.
The DATA statement lets availability, statistics, and performance information be
included as part of the EDL source file for an entity. DATA statements can be
automatically generated along with entity definitions when the FILE… EXPORT EDL
function is selected from the ASAP Browse window. This capability is useful for saving
the environment, as well as prototyping what if scenarios. The DATA statement lets
any type of data be imported into the ASAP Client.
The layout of the DATA statement syntax is a what-you-see-is-what-you-get
composition that mirrors the desired result:
DATA entity-name
heading1 heading2 heading3 ...
-------- -------- --------
\col1dat col2data col3data ...
\col1dat col2data col3data ...
...
..
; -- semicolon terminates statement