Program : (ERR-REC-BTS-PROGRAM)

Data

This indicates the target program name expressed either implicitly or explicitly in the execution of a BTS command (i.e., explicitly stated in the PROGRAM parameter on the BTS DEFINE ACTIVITY command or implicitly in a BTS RUN ACTIVITY command).

If the Program field in the static portion of this dump indicates an error in the CICS® Service Flow Runtime DPL Stub program (DFHMADPL), and you encounter a BTS error, the program name value should be DFHMAMGR indicating the error occurred while trying to perform the following BTS-related tasks:
  • Define the process (BTS DEFINE)
  • Run the acquired process (BTS RUN)
  • Check the status of the process (BTS CHECK)
  • Acquire a failed process for purposes of compensation (BTS ACQUIRE)
  • Cancel a failed process (BTS CANCEL)
If the Program field in the static portion of this dump indicates an error in the CICS Service Flow Runtime Navigation Manager (DFHMAMGR), and you encounter a BTS error, the program name value will be the adapter Navigator program name invoked for the particular request, see Request field in the static portion of this dump. The Navigator program name can be found in the TYPE = R record, PARM02, for this request. The error occurred while trying to perform the following BTS-related tasks:
  • Define the activity (BTS DEFINE)
  • Run the activity (BTS RUN)
  • Check the status of the activity (BTS CHECK)
If the Program field in the static portion of this dump indicates an error in the adapter Navigator program and you encounter a BTS error, the program name value will be an server adapter name invoked as part of the modeled adapter flow. This value will correspond to the key value of a TYPE = 1, 2, 3, or 4 record in the CICS Service Flow Runtime Properties file. The error occurred while trying to perform the following BTS-related tasks:
  • Define the activity (BTS DEFINE)
  • Run the activity (BTS RUN)
  • Check the status of the activity (BTS CHECK)