Previous Topic: 5.2.9.3 WEBHPI Usage ConsiderationsNext Topic: 5.2.10 Web Request Activity File (WEBWRA)


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;