Previous Topic: 5.2.5.3 WEBSIF Usage Considerations

Next Topic: 5.2.6 J2EE Method Interval File (WEBMIJ)

5.2.5.4 WEBSIF Retrieval Examples


This section presents a typical WEBSIF retrieval example.

   Produce a report showing the web server and its instances
   and the count of local and global transactions along with
   bytes sent and bytes received by all attached clients.

   PROC PRINT DATA=&PWEBX..WEBSIF01;
     ID WEBSRVNM WEBINAME;
     VAR SIFGTCNT SIFLTCNT SIFABYTR SIFABYTS;