{
{   The purpose of this request is obtain a list of the input jobs in the
{ UNASSIGNED job class which have a job destination of VE.  The caller must
{ have scheduling administration privilege.
{
{       JMP$GET_INPUT_Q_FROM_UNASSIGNED (SYSTEM_SUPPLIED_NAMES,
{         NUMBER_OF_JOBS_FOUND, STATUS)
{
{ SYSTEM_SUPPLIED_NAMES: (output)  This parameter specifies a result array in
{       which the system supplied names of the input jobs in the UNASSIGNED job
{       class are returned.  These jobs have a job destination of VE.
{
{ NUMBER_OF_JOBS_FOUND: (output)  This parameter specifies the number of input
{       jobs for which information is returned.  If status condition,
{       jme$result_array_is_too_small, is returned, this value indicates the
{       total number of input jobs which met the criteria.
{
{ STATUS: (output)  This parameter specifies the request status.
{       CONDITIONS:
{             jme$must_be_scheduling_admin
{             jme$result_array_too_small
{       IDENTIFIER: 'JM'
{
