Previous Topic: 5.2.9.3 WEBHPI Usage Considerations

Next Topic: 5.3 Web Log Information Area (WLG) Files

5.2.9.4 WEBHPI Retrieval Examples


This section presents a typical WEBHPI retrieval example.

Produce a report showing the observations where allocation
failures to the heap exceed 0.

PROC PRINT DATA=&PWEBX..WEBHPI01;
  ID WEBCELL WEBNODE WEBSRVNM WEBINAME HEAPID;
  VAR HPIAVHIT;
  WHERE HPIALOCF GT 0;