Sample Lister Accessory Parameter File

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%                                                               %
%           A Series DATABridge Lister Parameter File           %
%                                                               %
%           Source:  DATA/LISTER/SAMPLE/CONTROL                 %
%                                                               %
%           Version:        6.1                                 %
%                                                               %
% Copyright (C) 1998-2011 by  Attachmate Corporation            %
%                   All Rights reserved                         %
%                                                               %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Syntax: (Options may appear in any order.)
%
%      NAMES ONLY [=] [TRUE/FALSE]
%            structure names only--no structure numbers, levels, etc.
%            This option sets the SETS, KEYS, DATAITEMS, and
%            PARENT options to FALSE.
%            default: FALSE
%
%      PARENT [=] [TRUE/FALSE]
%            show structure number and name of parent dataset
%            for embedded datasets.
%            default: TRUE
%
%      MAX RECORDS [=] [TRUE/FALSE]
%            show estimated maximum number of records in datasets;
%            default: FALSE
%
%      SETS [=] [TRUE/FALSE]
%            list sets associated with datasets;
%            default: TRUE
%
%      SUBSETS [=] [TRUE/FALSE]
%            list subsets associated with datasets;
%            default: FALSE
%
%      KEYS [=] [TRUE/FALSE]
%            list key items and KEY DATA items of sets and subsets;
%            ignored if SETS = FALSE;
%            default: TRUE
%
%      DATAITEMS [=] [TRUE/FALSE]
%            list data items for each dataset; ignored if DATASETS =
%            FALSE;
%            default: TRUE
%
%      NULL [=] [TRUE/FALSE]
%            show NULL value for each data item; ignored if
%            DATAITEMS = FALSE;
%            default: FALSE
%
%      COMMENTS [=] [TRUE/FALSE]
%            show DASDL comments for structures and data items,
%            if any;
%            default: FALSE
%
%      FILTER filtername
%            apply the filter to the datasets and data items returned
%
%      SUPPORT "libraryname"
%            location of the filter
%
%
%      DATASET [=] datasetname
%            list this dataset; not every dataset
%            this option may be repeated for all desired datasets

Names Only  = false
Parent      = true
Max Records = false
Comments    = false

Sets        = true     Subsets = false    Keys = true

Dataitems   = true     Null = false

Filter        DBFILTER
Support       "OBJECT/DATABRIDGE/SUPPORT" % add .../dbname if filtering

% Dataset   = CUSTOMER
% Dataset   = ACCOUNT