DFS3179I TTTTTPP=(AAAAAAAA:SSSS-LLLL)= XXXXXXXX=CCCCCCCC

Explanation

An informational message issued by IMS Adapter for REXX, when the IMSRXTRC level is greater than 7. Show parameter list passed to and received from the standard IMS language interface on AIBTDLI or ASMTDLI call.
  • TTTTT is the type of trace, "Entry" when traced before the DL/I call, "Exit" when traced after the DL/I call.
  • PP is the parameter number, where number 1 is the actual DL/I call.
  • AAAAAAAA is the address of the parameter.
  • SSSS is the size of the parameters buffer.
  • LLLL is the assumed length of the parameter.
  • XXXXXXXX is the first 8 bytes of the parameter in hexadecimal.
  • CCCCCCCC is the first 64 bytes of the parameter in EBCDIC.

System action

None.