Previous Topic: 5.3.1.3 WLGSAL Usage Considerations

Next Topic: 5.3.2 HTTP Agent Log (WLGAGL) File

5.3.1.4 WLGSAL Retrieval Examples


This section presents a typical WLGSAL retrieval example.

   Produce a report that provides detail about a specific
   user's web page access activity.

PROC PRINT DATA=&PWEBX..WLGSAL01;
 WHERE SALHSTIP = '123.45.678.9';
RUN;