Chapter Contents |
Previous |
Next |
Image Data Model: _writeCatalog |
Syntax | |
Example |
Syntax |
CALL SEND (object-id, '_writeCatalog', image-entry); |
Argument | Type | Description |
---|---|---|
image-entry |
C | the name of the IMAGE entry to create, specified as a three- or four-level entry name: libref.catalog.entry.<IMAGE> |
Example |
This example writes an image to a SAS catalog:
call send(imgdat_id,'_writeCatalog', 'sasuser.imagapp.gfkids');
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.