{
{    The purpose of this request is to place the jobs assigned by the server
{ mainframe into the client mainframe's known job list (KJL).
{
{       QFP$ASSIGN_SERVER_JOBS (SERVER_MAINFRAME_ID, ASSIGNED_JOB_LIST_P,
{             NUMBER_OF_JOBS_ASSIGNED, STATUS);
{
{ SERVER_MAINFRAME_ID: (input)  This is the binary mainframe identifier of the
{       server mainframe that assigned the jobs to the client.
{
{ ASSIGNED_JOB_LIST_P: (input)  This is the list of jobs that the server
{       mainframe assigned.  The list contains all the information required to
{       construct the KJL entry for each assigned job.
{
{ NUMBER_OF_JOBS_ASSIGNED: (output)  This is the number of jobs in the assigned
{       job list that were successfully placed in the client's KJL.
{
{ STATUS: (output) This is the status of the request.
{       CONDITIONS:
{             jme$maximum_jobs
