SAS 9.1.3 Integration Technologies » Developer's Guide


SAS Publisher
Requirements
How SAS Publisher Works
Starting SAS Publisher
Publishing a Package
Defining Package Content
Specifying Package Destination
Specifying Package Format
Using SAS Publisher with SAS/Warehouse Administrator
Publishing Framework

Adding an External File to a Package

If you specify External File as the item type on the Specify Item to Insert window, some additional fields appear in the Specify Item to Insert window.

  1. Specify whether the file contains text or binary data by clicking the appropriate button in the External File Type field.

  2. Specify the type of data that the file contains and the data format of the file by selecting a value for the Mimetype field. For example, a mime type of image/gif specifies that the file contains an image in GIF format. A mime type of application/postscript specifies that the file contains application data that should be treated as a postscript file.

    You can customize the drop-down menu of mime types that appears for this field. The default field values are contained in SASHELP.PUBLISH.MIMETYPES.SLIST. You can add your own mime values to either of the following locations:

    • WORK.PUBLISH.MIMETYPES.SLIST
    • SASUSER.PUBLISH.MIMETYPES.SLIST

    You can write an SCL application to create a MIMETYPES.SLIST in the WORK.PUBLISH or SASUSER.PUBLISH catalog. For details about writing such an SCL application, refer to the SAS Component Language: Reference in the SAS online documentation.

  3. Identify the instance of the external file that you want to include in the package. You can specify an external file in either of the following ways:

    • Enter the name of the external file directly in the field to the right of the Select External File to Publish button.

    • Click the Select External File to Publish button to display the Open window that lets you navigate a directory structure so that you can locate and select the external file that you want to include in the package. Select an external file and click OK.

      Focus returns to the Specify Item to Insert window, where the external file name appears automatically in the Select External File to Publish field.

  4. Optionally, specify a description and a name/value pair.

    For details, refer to Adding an Item (Specify Item to Insert).

  5. Once you finish specifying external file options, click OK to return to the What to Publish tab.