LIST ADCOM

List of application descriptions.
ACTION=LIST,RESOURCE=ADCOM,STATUS=adstatus,
                           ADID=application_description,
                           GROUP=authority_group_name,
                           GROUPDEF=groupdef,
                           OWNER=owner,
                           PRIORITY=priority,
                           TYPE=type,
                           VALFROM=valid_from_date,
                           VALTO=valid_to_date;
adstatus
A or P (char(1))
application_description
Character (char(16)) can be generic (%*)
authority_group_name
Character (char(8)) can be generic (%*)
groupdef
Character (char(16))
owner
Character (char(16)) can be generic (%*)
priority
One integer (integer(4))
type
A or G (char(1))
valid_from_date
Date: YYMMDD
valid_to_date
Date: YYMMDD
An application key is the argument concatenation ADID, STATUS, and VALTO Further arguments only complete the list.
Note: The result stays in referenced files as:
SYSPRINT(LRECL=132)
If OPTIONS BL=N (detailed format)
AD (LRECL=23)
If OPTIONS BL=Y and BLPRT=N (ADs keys)
BATCHL (LRECL=80)
If OPTIONS BL=Y & BLPRT=Y(BATCH LOADER FORMAT)

See GROUPDEF support for details on GROUPDEF support.