Previous Topic: 13.1.5.3 Global Data Selection PanelNext Topic: 13.1.5.5 Alternate Input File Panel


13.1.5.4 Data Element Derivation Panel


If you require user-defined data elements, use the Data
Element Derivation Macro Definition panel shown in Figure
13-1.04 to specify their derivation.

/-------------------------------  SAS Statements  ------------------------------\
|Command ===>                                                  Scroll ===> CSR  |
|                                                                               |
|Inquiry Step:  Relative Importance                                             |
|                                                                               |
|Line Cmds: I Insert  D Delete  R Repeat  M Move  C Copy                        |
|                                                                               |
|Cmd  SAS Statements for:  Specifying data element derivation                   |
| -   ------------------------------------------------------------------------  |
| _ - %MACRO DRVMAC;                                                            |
| _   ________________________________________________________________________  |
| _   ________________________________________________________________________  |
| _   ________________________________________________________________________  |
| _   ________________________________________________________________________  |
| _   ________________________________________________________________________  |
| _   ________________________________________________________________________  |
| _   ________________________________________________________________________  |
| _   ________________________________________________________________________  |
| _   ________________________________________________________________________  |
| _   ________________________________________________________________________  |
| _ - %MEND DRVMAC;                                                             |
|                                                                               |
\------------------------------------------------------------------------------/

 Figure 13-1.04.  Data Element Derivation Macro Definition Panel

Relative Importance 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 that are field protected to
prevent accidental 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 Language Reference: Dictionary (Version
8).