{
{    The purpose of this request is to retreive the names of output files that
{  meets a set of criteria.
{
{        QFP$GET_OUTPUT_ATTRIBUTES (USER_IDENTIFICATION, PRIVILEGED_JOB,
{          ATTRIBUTE_OPTIONS_P, OUTPUT_NAMES_P, NUMBER_OF_OUTPUTS_FOUND,
{          STATUS);
{
{ USER_IDENTIFICATION: (input) This is the family user pair of the calling job.
{
{ PRIVILEGED_JOB: (input) This indicates that the caller has special privilege.
{
{ ATTRIBUTE_OPTIONS_P: (input) This represents a "set" of criteria used to
{        determine the name(s) of the output files to be returned.
{
{ OUTPUT_NAMES_P: (output) This parameter contains a list of names of the
{        output files that meet the specified criteria.
{
{ NUMBER_OF_OUTPUTS_FOUND: (output) This indicates the number of output files
{        that meets the criteria.
{
{ STATUS: (output) This is the status of the request.
{      IDENTIFIER:
{        'JM'
{      CONDITIONS:
{        none.
