Chapter Contents

Previous

Next
SAS/CONNECT User's Guide

Compiling PROGRAM Entries

If you download a catalog that contains entries of type PROGRAM, you must compile the entries on the local host before execution. To compile all the PROGRAM entries in a catalog, submit the following statements to the SAS System:

proc build cat=libref.member-name batch;
   compile;
run;
where libref identifies the SAS data library that contains the catalog and member-name identifies the catalog.


Chapter Contents

Previous

Next

Top of Page

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