{
{    The purpose of this request is to retreive the Initiated_Job_List (IJL)
{ ordinal of a job.
{
{       JMP$GET_JOB_IJL_ORDINAL (NAME, PRIVILEGED_JOB, IJL_ORDINAL,
{         SYSTEM_SUPPLIED_NAME, STATUS);
{
{ NAME: (input)  This string is the name of the job whose IJL ordinal we want.
{
{ PRIVILEGED_JOB: (input) This indicates whether the request may return the
{        ijl ordinal of any job or only jobs for which the login user
{        of the executing job is the owner or originator.
{
{ IJL_ORDINAL: (output)  This is the IJL ordinal of the job.
{
{ SYSTEM_SUPPLIED_NAME: (output)  This is the system supplied name of the job.
{
{ STATUS: This is the status of the request.
{       CONDITIONS:
{             jme$name_not_found
{             jme$duplicate_name
{             cle$improper_name
{
