{
{    The purpose of this request is to get various data about jobs.  Which jobs
{ to investigate is based upon what the caller uses (USER_ID and PRIVILEGE) and
{ any restrictions imposed by STATUS_OPTIONS.
{
{       QFP$GET_JOB_STATUS (USER_IDENTIFICATION, CALLER_SSN, PRIVILEGED_JOB,
{             VALID_FOR_SCHEDULING_DISPLAYS, STATUS_OPTIONS,
{             STATUS_RESULTS_KEYS_P, STATUS_RESULTS_SEQ_P,
{             NUMBER_OF_JOBS_FOUND, STATUS);
{
{ USER_IDENTIFICATION: (input)  This is the NOS/VE user identification.  This
{       is the job's owner or originator.
{
{ CALLER_SSN: (input)  This is the system job name of the job making the
{       request to status the job.
{
{ PRIVILEGED_JOB: (input)  This indicates that the job has privilege to see
{       "other" jobs and is not restricted to USER_IDENTIFICATION.
{
{ VALID_FOR_SCHEDULING_DISPLAYS: (input)  This parameter indicates if the calling
{       job has the scheduling_displays capability.
{
{ STATUS_OPTIONS: (input)  This is an array of variants which can designate
{       criteria a job must meet in order to have its data returned.
{
{ STATUS_RESULTS_KEYS_P: (input)  This is an array that contains the keys that
{       describe the information being requested.
{
{ STATUS_RESULTS_SEQ_P: (output)  This is a sequence that contains the values
{       associated with the specifications on the STATUS_RESULTS_KEYS_P
{       parameter.
{
{ NUMBER_OF_JOBS_FOUND: (output)  This designates the number of jobs that met
{       the criteria imposed by USER_ID, PRIVILEGE and STATUS_OPTIONS.
{
{ STATUS: (output) This is the record that contains the status of the request.
{       CONDITIONS:
{             none.
