{ PARTNER_JOB_EXEC
{
{       This procedure receives and processes partner job function requests.
{
{       PARTNER_JOB_EXEC(APPLICATION_NAMES,EXEC_STATUS)
{
{ APPLICATION_NAMES: (input) This parameter contains the sending and receiving
{                    application names required for MLI communication.
{
{ EXEC_STATUS: (output) This parameter indicates to the calling procedure
{              the processing status of the executive.  The following status
{              values may be returned:     beginning
{                                          middle
{                                          unrecoverable_error
{

  PROCEDURE[XREF] partner_job_exec (
    VAR application_names: rht$mli_application_names;
    VAR exec_status: rht$exec_status);

?? PUSH (LISTEXT := ON) ??
*copyc RHT$FUNCTION_STATUS
?? POP ??
