OSI/FTAM and OSI/APLMGR SCF Reference Manual
PTrace Reference for Tandem FTAM
OSI/FTAM and OSI/APLMGR SCF Reference Manual—421943-001
5-10
FILTER Command
Table 5-3 identifies the available FILTER options.
To display only trace records for the subdevice #Z123456 from the trace file TRACE01
on the system, use the following PTrace command:
FROM TRACE01;FILTER SU #Z123456
To display only records related to ASN.1 decoding, use the following PTrace command:
FROM TRACE01;SELECT ASN1;FILTER ASN1DEC
To display all provider records related to data transfer, use the following PTrace
command:
FROM TRACE01;SELECT PROV;FILTER PROV DATA
Table 5-3. FILTER Options for Initiator and Responder Process Traces
Option Description of Records Displayed
SU [su-name] Records containing the specific subdevice that you named.
Records containing only the ASN1 Encode subtype.
Records containing all ASN1 subtypes except the ASN1
Encode subtype.
ASN1ENC
NOASN1ENC
ASN1DEC Records containing only the ASN1 Decode subtype.
Records containing all ASN1 subtypes except the ASN1
Decode subtype.
NOASN1DEC
PROV [primitive-type] PROV records containing the
primitive type that you
specify. Primitive-type
options and the primitives
that they include are
CONNECT
RELEASE
DATA
A-ASSOC-REQ,
A-ASSOC-IND,
A-ASSOC-RSP,
A-ASSOC-CNF,
A-ATTACH-REQ
A-ABORT-IND,
A-ABORT-REQ,
A-P-ABORT-IND,
A-RELEASE-REQ, A-
RELEASE-IND,
A-RELEASE-RSP,
A-RELEASE-CNF
P-DATA-REQ,
P-DATA-IND
Note. Multiple filter options cannot be issued in the same FILTER command