Previous Topic: ParametersNext Topic: AREPORT 001 and 002 - ADS Dialogs and Their Components


Examples

Example 1

Data dictionary CULPDICT contains report module AREPORT 001, which is requested to report on dialogs defined to data dictionary DOCUDICT. The SELECT parameter selects only those dialogs that were created on a specified date. By request, the input parameters will appear on the Sequential and Input Parameter Listings for the report.

 DATABASE DICTNAME=CULPDICT DBNAME=DOCUDICT
 PARAM=LIST
AREPORT=001
 SELECT BUFFER WHEN DATE-CREATED-051 EQ 'mm/dd/yy'

Example 2

AREPORT reports on all dialogs associated with the EMPLOYEE and DEPARTMENT records. The SELECT parameter selects only those dialogs that were created on a specified date. By default, the input parameters will not appear on the report listings.

 DATABASE DICTNAME=CULPDICT DBNAME=DOCUDICT
AREPORT=004
 KEY RSYN-NAME-079 ('EMPLOYEE' 'DEPARTMENT')
 SELECT PROG-051 WHEN DATE-CREATED-051 EQ 'mm/dd/yy'