How to set a slip trap for an abend with CA XCOM Data Transport for z/OS?
search cancel

How to set a slip trap for an abend with CA XCOM Data Transport for z/OS?

book

Article ID: 14981

calendar_today

Updated On:

Products

XCOM Data Transport XCOM Data Transport - z/OS

Issue/Introduction



How to set a slip trap to obtain a dump for CA XCOM Data Transport?

Environment

Release: CA XCOM Data Transport for z/OS
Component: XCMVS

Resolution

To set a basic slip: 
SLIP SET ID=xxxx,A=SVCD,C=0C4,J=jjjj*,SDATA=(RGN,CSA,LSQA,SQA,LPA,NUC,PSA,TRT,GRSQ,SUM,SWA),EN

where: J=jjjj*, replace "jjjj*" with the jobname of your job. 

where:  C=0C4, if not a S0C4, replace with the correct abend code.

To set a slip for an error message:

SLIP SET,ID=WCT2,MSGID=XCOMM00xxE,ACTION=SVCD,ENABLE,END

Fill in xx with the actual message number.

NOTE:  A MSGID trap will only compare the first 10 bytes of the message text

Additional Information

If the slip hits, please open a case with Broadcom Support and send the SVC dump plus the STC output.