ASAP 3.0 Client Manual
HP NonStop ASAP Client Manual Page 155 of 161
Considerations
Each record after the DATA statement is stored in the ASAP object cache for the
entity specified as entity-name.
The DATA statement must be terminated with a semicolon after the first record that
does not begin with a backslash.
Column widths are determined by the number of dashes in the heading for each
column.
Data record attribute properties must align with the corresponding dashes
character underlining headings. Data records represent the contents of attribute
data columns. If columns are not aligned, data is truncated to fit under the column
definitions.
Applies to: Client
Default: Null
Example
DATA CPU
Node Num Cpu Stats Op Dateymd Time CpuType Et Bsy QL Disp
-------- --- --- ----- -- ---------- ----- ------- --- --- -- ----
\CENTDIV 051 00 Up 2 1999/12/21 20:48 K10000 1 3 0 51
\CENTDIV 051 01 Up 2 1999/12/21 20:48 K10000 1 5 0 97
\CHITOWN 153 00 Up 2 1999/12/21 20:47 K1000 1 3 0 22
\CHITOWN 153 01 Up 2 1999/12/21 20:47 K1000 1 2 0 19
\WINE 242 00 Up 2 1999/12/21 20:48 K1000 1 2 0 18
\WINE 242 01 Up 2 1999/12/21 20:48 K1000 1 1 0 8
\DOME 245 00 Up 2 1999/12/21 20:48 S70000 1 2 0 158
\DOME 245 01 Up 2 1999/12/21 20:48 S70000 1 1 0 57
\ISLAND 249 01 Up 2 1999/12/21 20:47 K2000 1 2 0 22
\ISLAND 249 02 Up 2 1999/12/21 20:47 K2000 1 1 0 12
\ISLAND 249 03 Up 2 1999/12/21 20:47 K2000 1 0 0 3
;
EDL - INCLUDE Statement
The INCLUDE statement lets you include multiple EDL files. This statement lets you
distribute EDL information across multiple files, thus letting you separate entity
definitions among various organizations and companies.
INCLUDE filename ;
Applies to: Client and Server