{
{    The purpose of this request is to search for a job with the given name and
{  return the system-supplied name of the job if it exists.
{
{        JMP$CONVERT_NAME_TO_SSN (NAME, PRIVILEGED_JOB, SYSTEM_SUPPLIED_NAME,
{          STATUS);
{
{ NAME: (input) This string is the name of the job's whose system-supplied name
{        is being searched for.
{
{ PRIVILEGED_JOB: (input) This indicates whether the request may return the
{        system-supplied name of any job or only jobs for which the login user
{        of the executing job is the owner or originator.
{
{ SYSTEM_SUPPLIED_NAME: (output) This is the system-supplied name of the job
{        being searched for.
{
{ STATUS: (output) This is the status of the request.
{       CONDITIONS: jme$name_not_found, jme$duplicate_name, cle$improper_name
{       IDENTIFIERS: 'JM', 'CL'
{
