Chapter Contents

Previous

Next
Image: _readCatalog

Image: _readCatalog



Reads an IMAGE entry from a catalog and displays it in an image object


Syntax
Example

Syntax

CALL NOTIFY (image-name, '_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 statement reads an image that is stored in a SAS catalog:

call notify ('imageview', '_readCatalog',
             'sashelp.imagapp.gfkids');


Chapter Contents

Previous

Next

Top of Page

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