Previous Page | Next Page

Metadata API Class

Using the Metadata API Class

Using the metadata API class primarily involves using its methods. To access these methods, instantiate a metadata API object using the INSTANCE and LOADCLASS facilities.

i_api=instance(loadclass
('SASHELP.METAAPI.METAAPI.CLASS'));

Previous Page | Next Page | Top of Page