SAS 9.1.3 Integration Technologies » Developer's Guide


SAS Package Retriever
Requirements
Invoking SAS Package Retriever
Obtaining a Package
From Archive
From Queue
From WebDAV
Selecting Package Entries for Retrieval and Storage
Retrieving and Storing a Package Entry
SAS Data
SAS Data Set
SAS Catalog or Database
External Data
Binary File
Binary File of Type CSV
HTML File
Text File
Viewer File
Removing the Package from the Transport Location
Publishing Framework

Retrieving and Storing a Data Set

When you select a data set to retrieve and store from the Result Package Tree View window, the Specify Output Library Name and Member Name window prompts you to specify the storage location.

Specify Output Library Name and Member Name Window

  1. Specify the library name and the member name for the data set.

    Library Name
    specifies the library where you want the retrieved data set to be stored. You can also click the arrow beside this field to browse possible library selections.

    Member Name
    specifies the name for the data set.

  2. In the Data Set Options field, specify options as a text string in the following form:

    option1=value option2=value ...

    Example:

    pw='born2run' keep=empno

    Surround string values, such as a password, with single quotation marks.

    You can specify a value for data set options that apply to a data set that is opened for input.

    Examples of options that you can specify on this window are as follows:

    • GENNUM=
    • LABEL=
    • OUTREP=
    • SORTEDBY=
    • TOBSNO=
    • TRANTAB=
    • PW=
    • READ=
    • WRITE=
    • ALTER=
    • FIRSTOBS=
    • OBS=
    • WHERE=
    • IDXNAME=
    • IDXWHERE=
    • DROP=
    • KEEP=
    • RENAME=

    For a complete list of data set options, see the SAS Data Set Options topic in either the SAS Online Help, Release 8.2, or the SAS Version 8 online documentation.

  3. Click OK to retrieve and store the data set.