1. OVERVIEW › 1.4 Online Facility Tutorial › 1.4.3 Performance Manager Analysis Inquiries › 1.4.3.6 Specifying Common Extended Options › 1.4.3.6.5 Data Element Derivation
1.4.3.6.5 Data Element Derivation
If you require user-defined data elements, use the Data
Element Derivation Macro Definition panel shown in Figure
1-34 to specify their derivation.
/------------------------------- SAS Statements ------------------------------\
|Command ===> Scroll ===> CSR |
| |
|Inquiry Step: Data Clustering |
| |
|Line Cmds: I Insert D Delete R Repeat M Move C Copy |
| |
|Cmd SAS Statements for: Specifying data element derivation |
| - ------------------------------------------------------------------------ |
| _ - %MACRO DRVMAC; |
| _ ________________________________________________________________________ |
| _ ________________________________________________________________________ |
| _ ________________________________________________________________________ |
| _ ________________________________________________________________________ |
| _ ________________________________________________________________________ |
| _ ________________________________________________________________________ |
| _ ________________________________________________________________________ |
| _ ________________________________________________________________________ |
| _ ________________________________________________________________________ |
| _ ________________________________________________________________________ |
| _ - %MEND DRVMAC; |
|****************************** BOTTOM OF DATA ********************************|
| |
\-------------------------------------------------------------------------------/
Figure 1-34. Data Element Derivation Macro Definition Panel
Data Clustering provides a user-exit for defining the
procedures for computing data elements that are not part of
the CA MICS database. This exit is invoked by coding SAS
statements in the DRVMAC macro. This macro is bracketed by
the %MACRO and %MEND statements, and field protected to
prevent modification. The default for the DRVMAC macro is
null.
You must code each data element derivation SAS statement in
accordance with the syntax of the SAS Macro Language, as
described in the SAS manuals.