Previous Topic: 5.3.3.3 WLGRFL Usage Considerations

Next Topic: 5.3.4 HTTP Error Messages Log (WLGERL) File

5.3.3.4 WLGRFL Retrieval Examples


This section presents a typical WLGRFL retrieval example.

   Show activity of a specific referer for a day.

     PROC PRINT DATA=&PWEBD..WLGRFL01;
      WHERE RFLHSTIP = '123.45.678.9';
     RUN;