AUTHLIB Procedure

Example 8: Using the REPORT Statement

Features:

PROC AUTHLIB statement options: Report statement

Details

This example demonstrates how to check a library's bindings.

Program

proc authlib lib=abcde;  
    report; 
run; 
quit;   
 

Program Description

Check the bindings of the metadata-bound library ABCDE.
proc authlib lib=abcde;  
Use the REPORT statement.
    report; 
run; 
quit;   
Results:For the REPORT statement results, seeOutput Example.
 

Log Examples

Creating a Report
49   proc authlib lib=abcde;
50    report;
51   run;

52   quit;

Output Example

REPORT Statement Results for the ABCDE Library
REPORT Statement Results