APPC API TRACE (text file)
To perform an APPC API trace to a text file, use the following process:
- Allocate a sequential dataset with
VB 27994 27998, CYL(1,1)
, for exampleuserid.APITRACE
. - Ensure APPC has ALTER access to
userid.APITRACE
. - From ISPF option 6 or TSO READY mode, issue the command:
EX 'SYS1.SBLSCLI0(ATBTRACE)' 'START DSN(userid.APITRACE) LU(base_lu) TP(FEKFRSRV)'
- Reproduce the failure
- From ISPF option 6 or TSO READY mode, issue the command:
EX 'SYS1.SBLSCLI0(ATBTRACE)' 'STOP DSN(userid.APITRACE)'
The trace is case-sensitive.