Previous Page | Next Page

The REGISTRY Procedure

Example 5: Specifying an Entire Key Sequence with the STARTAT= Option


Procedure features

EXPORT option

STARTAT= option


The following example shows how to use the STARTAT= option. You must specify an entire key sequence if you want to start listing any subkey under the root key. The root key is optional.


Program

proc registry export = my-fileref startat='core\explorer\icons';
run;

Previous Page | Next Page | Top of Page