ViewPoint Manual
Supplemental Information for D-Series Systems
ViewPoint Manual—426801-001
E-5
Extraneous Parts of Filter
Following are the four portions of the filter that have changed:
Test for Matching System Name
 -- Test for matching system name (if provided).
 if ( not tokenpresent(zvpt^fltr^systemname) or
 zvpt^fltr^systemname =
 decompose(ssid(zems^val^ssid,
 zems^tkn^xsenderid^pd),system name)
 ) and
Test for Matching CPU
 -- Test for matching cpu (if provided).
 ( not tokenpresent(zvpt^fltr^cpu) or
 zvpt^fltr^cpu =
 ssid(zems^val^ssid,
 zems^tkn^xsenderid).zems^ddl^xsenderid:zcpu
 ) and
Test for Matching PIN
 -- Test for matching pin (if provided).
 ( not tokenpresent(zvpt^fltr^pin) or
 zvpt^fltr^pin =
 ssid(zems^val^ssid,
 zems^tkn^xsenderid).zems^ddl^xsenderid:zpin
 ) and
Test for Matching Process Name
D-Series
 -- Test for matching process name (if provided).
 ( not tokenpresent(zvpt^fltr^processname) or
 decompose(zvpt^fltr^processname,
 destination name, name part) =
 decompose(ssid(zems^val^ssid,
 zems^tkn^xsenderid^pd),
 destination name,name part)
 ) and
Extraneous Parts of Filter
The following are obsolete for the D-series filter:
 [#DEF fname32 STRUCT
 BEGIN
 CHAR systemname (0:7);
 FNAME name;
 UINT number (0:11) REDEFINES name;










