{
{  The purpose of this request is to disestablish the condition handler and
{ release resources originally reserved by the dfp$begin_ch_remote_proc_call
{ request.
{
{ NOTE: This is the preferred method of beginning remote procedure calls on the
{ client mainframe.  The original procedure dfp$end_remote_procedure_call can
{ still be used, but the application using the interfacee MUST be 'well-behaved',
{ i.e. must not encounter any unexpected conditions.
{
{     DFP$END_CH_REMOTE_PROC_CALL (QUEUE_ENTRY_LOCATION, STATUS)
{
{   queue_entry_location: (input) This parameter specifies the value of the
{      queue_entry_location returned on the dfp$begin_remote_procedure_call
{      procedure.
{
{   VAR status: (output) This parameter returns the request status.
{       Conditions
{           dfe$invalid_queue_entry_id
{           dfe$server_has_terminated
{           dfe$server_not_active
{
