To upload a results file:
Note: The values for the Name, Description, and Object Type fields are determined automatically, and the fields are not available for editing.
Note: This field is not available until you select a file folder.
Note: To define a new library, your administrator must register it using SAS/Warehouse Administrator. This field is not available until you select a file folder.
Note: Typically, the uploaded file will be highlighted on the Results tab.
If you upload a JSL or HTML file from the Results tree, its dependent data sets will also be uploaded to the repository automatically. The JSL or HTML files cannot be viewed from the repository unless they have access to their associated data sets. The data sets are linked to these files through extended attributes defined to the JSL or HTML objects. For JSL, the Associated Data Set fields in the extended attributes must be in the form:
DEP|originaldsname.sas7bdat|newnameonserver.sas7bdat
DEP
= dependency.
originaldsname
= the name of the results data set.
newnameonserver
= the new name assigned to the data set when it was uploaded to the server. This can be found by viewing the properties of the uploaded data set in the Repository tree.
Note: The separators are required.
For HTML, the Associated File fields in the extended attributes must be in the following form:
DEP|originalfilename.html|newnameonserver.html