{
{ The purpose of this request is to determine which mainframe an
{ interactive job should be submitted to.  This procedure is available
{ as a site hook.
{
{       JMP$SELECT_INTERACTIVE_JOB_DEST (VALID_MAINFRAME_LIST,
{             INTERACTIVE_JOB_INFO, SELECTED_MAINFRAME, STATUS);
{
{ VALID_MAINFRAME_LIST: (input) This parameter provides an array of
{     mainframe identifiers whose validation categories in the
{     scheduling profile fit the job.
{
{ INTERACTIVE_JOB_INFO: (input) This parameter contains information
{     about the job such as job attributes, limit information, login
{     identification, etc.
{
{ SELECTED_MAINFRAME: (output) This parameter specifies the chosen
{     mainframe identifier.  The leveled job will be sent to this
{     mainframe for execution.
{
{ STATUS: (output) This is the status of the request.  Abnormal status
{     will abort the users login.
{    CONDITIONS:
{         none
