![]() Chapter Contents |
![]() Previous |
![]() Next |
| Image Data Model: _readFileref |
| Syntax | |
| Example |
Syntax |
| CALL SEND (object-id, '_readFileref', fileref<, attributes>); |
| Argument | Type | Description |
|---|---|---|
| fileref |
C | the fileref of the file to be read |
| attributes |
C | file-specific attributes. |
| Example |
This example reads an image stored in an external file identified by a fileref:
filename('image','/usr/images/color/sign.
tif');
call send(imgdat_id,'_readFileref',
'image');
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.