![]() Chapter Contents |
![]() Previous |
![]() Next |
| SAS External File Class: _getPath |
| Syntax | |
| Example |
Syntax |
| CALL SEND (extfile-object-id, '_getPath', path-list); |
| Argument | Type | Description |
|---|---|---|
| path-list |
N | returns the identifier of an SCL list containing all paths associated with extfile-object-id. Multiple pathnames are returned only if the fileref for a SAS External File object is a concatenated fileref. |
| Example |
This example returns the path associated with EXTFILEOBJ:
call send (extfileobj, '_get_path_',
pathlist);
The contents of PATHLIST are:
( 'home-directory/file' )[2639]
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.