{
{    The purpose of this request is to retrieve the status of output files that
{ match the specified criteria.  The status information returned is based on
{ the information requested.
{
{       QFP$GET_OUTPUT_STATUS (USER_IDENTIFICATION, PRIVILEGED_JOB,
{             STATUS_OPTIONS, STATUS_RESULTS_KEYS_P, WORK_AREA_P,
{             NUMBER_OF_OUTPUTS_FOUND, STATUS);
{
{ USER_IDENTIFICATION: (input)  This parameter indicates the user and family
{       name of the requestor.  The output files must have this user/family as
{       either the login or control user/family in order for the file's status
{       to be returned by this request.
{
{ PRIVILEGED_JOB: (input)  This parameter indicates if the requestor deserves
{       system privilege.  If true, the requestor has access to all files in
{       the output queue.
{
{ STATUS_OPTIONS: (input)  This parameter indicates a set of criteria that must
{       be met in order for a file to be returned by this request.
{
{ STATUS_RESULTS_KEYS_P: (input)  This is an array that contains the keys that
{       describe the information being requested.
{
{ WORK_AREA_P: (output)  This is the data area where the requested information
{       is to be placed.
{
{ NUMBER_OF_OUTPUTS_FOUND: (output)  This indicates the number of files that
{       the requestor has permission to access that match the specified
{       criteria.
{
{ STATUS: (output) This is the status of the request.
{        CONDITIONS:
{          none.
