Previous Topic: 1.4.3.6.4 Define Alternative Report Elements

Next Topic: 1.4.3.6.6 Override Color Graphics Format Parameters

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.