{
{    The purpose of this request is to retrieve the status of queue files that
{ match the specified criteria.  The status information returned is based on
{ the information requested.
{
{       QFP$GET_QFILE_STATUS (STATUS_OPTIONS_P, STATUS_RESULTS_KEYS_P,
{             STATUS_WORK_AREA_P, STATUS_RESULTS_P, NUMBER_OF_QFILES_FOUND);
{
{ STATUS_OPTIONS_P: (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 parameter indicates what pieces of
{       status information are requested.
{
{ STATUS_WORK_AREA_P: (output)  This is the work area in which the status
{       results are returned.
{
{ STATUS_RESULTS_P: (output)  The requested information is placed in this
{       structure.
{
{ NUMBER_OF_QFILES_FOUND: (output)  This indicates the number of files that
{       match the specified criteria.  If this value is larger than the size of
{       the work area, it means that the work area was too small and the
{       request should be retried with a larger work area.
{
