{
{    The purpose of this request is to remove uninitiated jobs from the
{ client's Known Job List (KJL).
{
{       JMP$UNASSIGN_SERVER_JOBS (SERVER_MAINFRAME_ID, UNASSIGN_ALL_JOBS,
{             JOB_CLASS_PRIORITIES, UNASSIGNED_JOB_LIST,
{             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: (output)  This is the list of jobs removed from the KJL.
{
{ NUMBER_OF_UNASSIGNED_JOBS: (output)  This is the number of jobs in the
{       unassigned_job_list.
