Examples

Example 1

To define two new non-persistent status items called CSA and ECSA, specify:
INGSTX SET CSA stidescr="CSA Below" stivalue=0
               stitrtxt="Utilization 10%"

INGSTX SET ECSA stidescr="CSA Above" stivalue=0
               stitrtxt="Utilization 12%"

Example 2

To update the status item CSA that was defined in the previous example, specify:
INGSTX SET CSA stivalue=10 stitrtxt="Utilization 31%"

Example 3

To query all status items on the local system that end with the three letters CSA, specify:
INGSTX QUERY *CSA
For the status items defined in examples 1 and 2, this query returns output similar to:
SYS1☐☐CSA☐10☐CSA Below☐Utilization 31%☐1060203100659000☐0
SYS1☐☐ECSA☐0☐CSA Above☐Utilization 12%☐1060203100105000☐0
Where represents X'FF'.