
{ This parameter specifies where to keep pages of permanent files.
{      gfc$qs_global_shared -  pages ALWAYS in global queues
{      gfc$qs_job_working_set - pages ALWAYS in job working set
{      gfc$qs_job_shared - pages in shared queue only if file is attached by multiple
{                          jobs. File must be attach only for READ access.


  TYPE
    gft$queue_status = (gfc$qs_global_shared, gfc$qs_job_shared, gfc$qs_job_working_set);

