{
{    The purpose of this request is to remove jobs from the client's Known Job
{ List (KJL).
{
{       QFP$UNASSIGN_SERVER_JOBS (SERVER_MAINFRAME_ID, UNASSIGN_ALL_JOBS,
{             JOB_CLASS_PRIORITIES, UNASSIGNED_JOB_LIST_P,
{             NUMBER_OF_UNASSIGNED_JOBS);
{
{ SERVER_MAINFRAME_ID: (input)  This is the binary mainframe identifier of the
{       server mainframe.
{
{ UNASSIGN_ALL_JOBS: (input)  This indicates if all jobs should be unassigned
{       regardless of their priority.
{
{ JOB_CLASS_PRIORITIES: (input)  This is the priority of the jobs being
{       requested from the clients.
{
{ UNASSIGNED_JOB_LIST_P: (output)  This is the list of job removed from the
{       KJL.
{
{ NUMBER_OF_UNASSIGNED_JOB: (output)  This is the number of jobs that are in
{       the unassigned_job_list.
