Chapter Contents

Previous

Next
Image Data Model: _readCatalog

Image Data Model: _readCatalog



Reads an image from an IMAGE catalog entry


Syntax
Example

Syntax

CALL SEND (object-id, '_readCatalog', image-entry);

Argument Type Description
image-entry
C the name of the IMAGE entry to read, specified as a three- or four-level entry name: libref.catalog.entry.<IMAGE>


Example

This example reads an image stored in a SAS catalog:

call send(imgdat_id,'_readCatalog',
          'sashelp.imagapp.gfkids');


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.