XMLMap Files for the XML Engine |
The most significant difference between the two XML engine versions of XMLMap functionality is that XML92 enables you to export an XML document by using an XMLMap.
The following table lists the available XMLMap functionality. The symbol indicates whether the functionality is available for importing or exporting, and whether the option is available for an engine nickname.
Functionality | Description | Import | Export | XML | XML92 |
---|---|---|---|---|---|
SXLEMAP | Primary (root) enclosing element | ||||
OUTPUT | Contains one or more HEADING elements |
|
|
||
HEADING | Contains one or more ATTRIBUTE elements |
|
|
||
ATTRIBUTE | Contains file attribute information |
|
|
||
TABLEREF | Specifies the name of the table |
|
|
||
TABLE | Contains a data set definition | ||||
TABLE-PATH | Specifies a location path for variables | ||||
TABLE-END-PATH | Specifies a location path to stop processing | ||||
TABLE-DESCRIPTION | Specifies a SAS data set description | ||||
COLUMN name= | Specifies the variable name | ||||
COLUMN retain= | Determines the contents of the input buffer | ||||
COLUMN replace= | Controls the concatenation of data | ||||
COLUMN ordinal= | Determines whether the variable is a counter variable | ||||
COLUMN class= | Determines the type of variable |
|
|||
TYPE | Specifies the SAS data type for the variable | ||||
DATATYPE | Specifies the type of data being read | ||||
DEFAULT | Specifies a default value for a missing value | ||||
ENUM | Contains a list of valid values for the variable | ||||
FORMAT | Specifies a SAS format for the variable | ||||
INFORMAT | Specifies a SAS informat for the variable | ||||
DESCRIPTION | Specifies a description for the variable | ||||
LENGTH | Determines the maximum field storage length for a character variable | ||||
PATH | Specifies a location path for the current variable | ||||
INCREMENT-PATH | Specifies a location path for incrementing the accumulated value for a counter variable | ||||
RESET-PATH | Specifies a location path for resetting the accumulated value for a counter variable to zero | ||||
DECREMENT-PATH | Specifies a location path to decrement the accumulated value for the counter variable by 1 |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.