{
{    The purpose of this request is to verify that the jobs assigned to a
{ client mainframe match the list of jobs the server believes are assigned to
{ that client.
{
{       QFP$VERIFY_CLIENT_ASSIGNED_JOBS (CLIENT_MAINFRAME_ID,
{             SERVER_JOB_LIST_P, MISSING_JOB_LIST_P, MISSING_JOB_COUNT);
{
{ CLIENT_MAINFRAME_ID: (input)  This is the binary mainframe id of the client
{       mainframe.
{
{ SERVER_JOB_LIST_P: (input)  This is a list of jobs the server has assigned to
{       the client mainframe (from the client's perspective).
{
{ MISSING_JOB_LIST_P: (output)  This is a list of jobs that were initiated on
{       the client but have been lost.
{
{ MISSING_JOB_COUNT: (output)  This is the number of jobs in the
{       missing_job_list.
