VSE-3285 - VistA: Correct <COMMAND> error in MBAARPC2
ROUTINE: MBAAAPI1
Problem:
A <COMMAND> error is being encountered when the CPRS STATUS of
the appointment being cancelled is not equal to SCHEDULED. The current
code quits without returning back a required value.
Resolution:
Modified the code to return back 0 (variable RETURN) when returning
back. This will prevent the <COMMAND> error.