SAS/Warehouse Administrator Metadata API- P29: The operating system and SAS version that are associated with a given host are now available through the WHHOST property. For example, you can write a SAS/Warehouse Administrator add-in that reads the host metadata that is associated with a given data store and then uses these values to generate code that is appropriate for the operating system and SAS version. | SAS Warehouse Administrator Metadata Types A WHINFOFL 137 New properties for WHINFOFL are as follows CREATING JOB specifies a list of general identifying information about the job that creates this InfoMart file. This list must be of type WHJOB or a subtype of WHJOB. A valid CREATING JOB property is required before you can add any INPUT SOURCES. If the CREATING JOB property is removed then any work tables in the chain of INPUT SOURCES will be deleted as well. FILE TYPE indicates a character string that describes the type of file that is being defined. The file can be a spreadsheet an HTML report or any file that you can by an application other than SAS. Maximum 40 characters. LOCATION indicates a character string that identifies the location of an InfoMart file. Maximum 200 characters. RESOLVED VIEW CODE specifies an SCL list of general identifying information about the source code that is used to view open this InfoMart item. This property will return a copy of the source code with the loc reference replaced with the appropriate location information. See the Note below. VIEW CODE specifies an SCL list of general identifying information about the source code that is used to view open this InfoMart item. This property will return a copy of the source code with the loc reference unresolved. See the Note below. Note The VIEW CODE and RESOLVED VIEW CODE properties are closely related. a When you write the source code to view open an InfoMart you can insert loc into the text as a placeholder for the InfoMart s location information information such as for example. The VIEW CODE property will return a copy of the source code with the loc reference unresolved. The RESOLVED VIEW CODE property will return a copy of the source code with the loc reference replaced with the appropriate location information. Property Dependencies You must define a CREATING JOB property in order to add any INPUT SOURCES to a table. If a table does not have a CREATING JOB