SELECT AD

Select an application description.
ACTION=SELECT,RESOURCE=AD, STATUS=adstatus,
                           ADID=application_description,
                           GROUP=authority_group_name,
                           OWNER=owner,
                           PRIORITY=priority,
                           VALFROM=valid_from_date,
                           VALTO=valid_to_date;
adstatus
Status: A or P (char(1))
application_description
Character (char(16))
authority_group_name
Character (char(8))
owner
Character (char(16))
priority
One integer (integer(4))
valid_from_date
Date (YYMMDD)
valid_to_date
Date (YYMMDD)
Note: The result is created in the referenced file with:
SYSPRINT(LRECL=132)
If OPTIONS BL=N (detailed format)
BATCHL (LRECL=80)
If OPTIONS BL=Y and BLPRT=Y(BATCH LOADER format)