{
{    The purpose of this request is to determine if a job with the given name
{ exists anywhere on the local system.
{
{       JMP$JOB_EXISTS (NAME, JOB_STATE_SET, JOB_EXISTS, STATUS);
{
{ NAME: (input)  This string is the name of the job whose existence is in
{       question.
{
{ JOB_STATE_SET: (input)  This indicates what state the job should exist in.
{
{ JOB_EXISTS: (output)  A boolean value indicating the existence of the job.
{
{ STATUS: (output) This is the status of the request.
{       CONDITIONS:
{             cle$improper_name
{             jme$duplicate_name
{
