{
{    The purpose of this request is to process the job begin request for a job
{ that has a Known Job List (KJL) entry on the server mainframe.  The
{ parameters and calling sequence are determined by the NOS/VE remote procedure
{ call (RPC).
{
{       JMP$SERVER_JOB_BEGIN (RECEIVED_FROM_CLIENT_PARAMS_P,
{             RECEIVED_FROM_CLIENT_DATA_P, SEND_TO_CLIENT_PARAMS_P,
{             SEND_TO_CLIENT_DATA_P, PARAMETER_SIZE, DATA_SIZE, STATUS);
{
{ RECEIVED_FROM_CLIENT_PARAMS_P: (input)  This is a sequence containing the
{       parameters sent by the client mainframe.  This sequence should be
{       considered read only and is passed as an actual parameter only as a
{       convenience to the procedure.  NIL will be passed if no parameters were
{       passed.  This sequence is reset before the procedure is called.
{
{ RECEIVED_FROM_CLIENT_DATA_P: (input)  This is a sequence containing the data
{       sent by the client mainframe.  This sequence should be considered read
{       only and is passed as an actual parameter only as a convenience to the
{       procedure.  NIL will be passed if no data were passed.  This sequence
{       is reset before the procedure is called.
{
{ SEND_TO_CLIENT_PARAMS_P: (output)  This is a sequence that can be used to
{       send parameters back to the client mainframe.  This sequence is reset
{       before the procedure is called.
{
{ SEND_TO_CLIENT_DATA_P: (output)  This is a sequence that can be used to send
{       data back to the client mainframe.  This sequence is reset before the
{       procedure is called.
{
{ PARAMETER_SIZE: (output)  This is the amount of data in the parameter
{       sequence that should be passed to the client.  Zero should be used if
{       no parameters (other than status) are to be passed to the client.
{
{ DATA_SIZE: (output)  This is the amount of data in the data sequence that
{       should be passed to the client mainframe.  Zero should be used if no
{       data is to be passed to the client.
{
{ STATUS: (output) This is the status of the request.
{       CONDITIONS:
{             none.
