Obtaining a dump for ICSF reason codes

Use the following slip to produce a dump for a reason code that is issued by ICSF:
SLIP 
SET,IF,A=SYNCSVCD,RANGE=(10?+C8?+B8?+74),DATA=(13R??+B2,EQ,xxxx),
SDATA=(CSA,SQA,RGN,TRT,SUM),JOBLIST=(CSF),END
where xxxx is the lower two bytes of the reason code in hex with a leading zero or zeros.
For example, the following sample shows a SLIP command that is intended to capture diagnostics for the 7F8 reason code:
SLIP 
SET,IF,A=SYNCSVCD,RANGE=(10?+C8?+B8?+74),DATA=(13R??+B2,EQ,07F8),
SDATA=(CSA,SQA,RGN,TRT,SUM),JOBLIST=(CSF),END
Notes:
  • In the sample, the 7F8 reason code is prepended with a zero so that it occupies two bytes.
  • In rare instances, the SLIP might not capture the requested reason code. Contact the IBM Support Center to check whether the requested reason code is the reason the SLIP did not match.