Programs that are used with the BIS must not use the STOP RUN statement, as this will terminate the MF run-time prematurely and the BIS will be unable to process any further web service requests.
In RM/COBOL, programs that are used with BIS capture the output of a DISPLAY statement and place it in the BIS trace log. In this COBOL system, to place messages in the BIS trace log, use the B$Trace library routine.
To ensure that programs used with the BIS do not prematurely terminate the MF run-time, use the GOBACK statement in those programs.
call "B$Trace" using "Log message: " MyMessage " " MyStatus.