AUTHLIB Procedure

Example 8: Using the REPORT Statement

Features:

Report Statement: LIBRARY=

Details

The following code checks a library's bindings.

Program

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

Log

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

52   quit;

NOTE: PROCEDURE AUTHLIB used (Total process time):
      real time           0.37 seconds
      cpu time            0.21 seconds

Results

PROC AUTHLIB report