The BUILD Procedure

Notes: You can use any number of COMPILE, MERGE, MLINK, PRINT, and SYNC statements with the PROC BUILD statement. The statements execute before any procedure windows are opened. All MERGE statements are executed first, followed by all PRINT statements, all MLINK statements, all SYNC statements, and finally all COMPILE statements.
The PROC BUILD statement is required. The other statements are optional.

Syntax

PROC BUILD <CATALOG=<libref.>catalog-name<.entry-name.entry-type>>
<options>;
COMPILE <options>;
CROSSREF PROJECT=libref.catalog-name | (catalog-list) <options>;
MERGE CATALOG=libref.catalog-name <options>;
MLINK <options>;
PRINT items <options>;
SYNC <options>;

Table of Procedure Tasks

Statement Task
COMPILE Compile the SAS Component Language code in FRAME, PROGRAM, and SCL entries
CROSSREF Collect information for the Static Analyzer performance analysis tool
MERGE Combine entries from another SAS catalog into the current catalog
MLINK Generate submenu links between MENU entries
PRINT Print the contents of catalog entries
SYNC Synchronize changes in RESOURCE, CLASS, or FRAME entries