{
{   The purpose of this request is to move the input queue for the given job
{ class to the UNASSIGNED job class.
{
{       QFP$MOVE_INPUT_Q_TO_UNASSIGNED (JOB_CLASS_INDEX, NUMBER_OF_JOBS_MOVED,
{         STATUS)
{
{ JOB_CLASS_INDEX: (input)  This parameter specifies the index of the job class
{       for the request.
{
{ NUMBER_OF_JOBS_MOVED: (output)  This parameter specifies the number of jobs
{       in the the input queue of the given job class which were moved to the
{       UNASSIGNED job class.  This parameter result is defined if the status
{       condition, jme$not_all_jobs_were_moved, is returned and indicates how
{       many were moved.
{
{ STATUS: (output)  This parameter specifies the request status.
{       CONDITIONS:
{             jme$not_all_jobs_were_moved
{       IDENTIFIER: 'JM'
{
