{
{    The purpose of this request is to terminate a job on a server mainframe
{ from a client mainframe.  If the job's command file needs to be deleted it
{ will be done from the server mainframe.
{
{       JMP$CALL_SERVER_TERMINATE_JOB (SYSTEM_JOB_NAME, SERVER_MAINFRAME_ID,
{             JOB_STATE_SET, OUTPUT_DISPOSITION_KEY_KNOWN,
{             OUTPUT_DISPOSITION_KEY, OPERATOR_JOB, STATUS);
{
{ SYSTEM_JOB_NAME: (input)  This is the system job name of the job to
{       terminate.
{
{ SERVER_MAINFRAME_ID: (input)  The mainframe identifier of the mainframe on
{       which the job's command file resides.
{
{ JOB_STATE_SET: (input)  This is a list of job states the job must be in to be
{       terminated.
{
{ OUTPUT_DISPOSITION_KEY_KNOWN: (input)  This indicates if the
{       output_disposition_key is known (i.e., has a value).
{
{ OUTPUT_DISPOSITION_KEY: (input)  This is the output disposition to be used by
{       the job being terminated.
{
{ OPERATOR_JOB: (input) Indicates whether or not the terminate job request
{       originated from an operator job (versus a user job).
{
{ STATUS: (output) This is the status of the request.
{       CONDITIONS:
{             none.
