Chapter Contents |
Previous |
Next |
SAS External File Class: _setup |
Syntax | |
Details | |
See Also |
Syntax |
CALL SEND (extfile-object-id, '_setup', fileref); |
Argument | Type | Description |
---|---|---|
fileref | C | specifies the SAS fileref with which a SAS External File object is to be associated. The fileref must be assigned before _setup is called. |
Details |
_setup initializes a SAS External File object with its name, associated pathname, type, and engine. If the SAS External File object type is a directory, the object also has a list of members. Each item in the list describes a directory member. For an example of using _setup see Using the SAS External File Class.
See Also |
_assign.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.