![]() Chapter Contents |
![]() Previous |
![]() Next |
| SAS Catalog: _getCatentry |
| Syntax | |
| Details | |
| Example |
Syntax |
| CALL SEND (catalog-object-id, '_getCatentry', new-catentry-name, catentry-object); |
| Argument | Type | Description |
|---|---|---|
| catentry-object |
N | returns the object identifier for a catalog member contained by catalog-object-id |
| Details |
The _getCatentry method creates and initializes a SAS Catalog Entry object corresponding to a SAS catalog entry contained in catalog-object-id, and it returns the object identifier of the new SAS Catalog Entry object.
| Example |
This example creates a SAS Catalog Entry object for SASUSER.CAT1.MYENTRY.PROGRAM and returns its object identifier in CATENTRY:
call send (catobj, '_get_catentry_',
'myentry.program', catentry);
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.