Previous Topic: Control StatementsNext Topic: DIALOGS


APPLICATIONS

Purpose

Generates reports for specified applications.

Syntax

►►─── APPLications = ─────────────────────────────────────────────────────────►

 ►─┬─ ALL ──────────────────────────────────────────────────────────────┬─ , ─►
   │       ┌─────────────────────── , ──────────────────────────┐       │
   └─┬───┬─▼─┬─ application-name ─────────────────────────────┬─┴─┬───┬─┘
     └ (─┘   ├─ application-mask-value ───────────────────────┤   └ ) ┘
             └─ low-application-name - high-application-name ─┘

 ►───┬───────────────────────────────────────────────────────────────┬────────►
     └─ VERsions = ───┬─ ALL ◄ ──────────────────────────────── , ─┬─┘
                      ├─ version-number ───────────────────────────┤
                      └─ low-version-number - high-version-number ─┘

 ►───┬───────────────────────────────────────────────────────┬────────────────►◄
     └─ REPORTs = ────┬─ ALL ─────────────────────────────┬──┘
                      │       ┌───────────────────┐       │
                      └─┬───┬─▼─┬── SUMmary ◄ ──┬─┴─┬───┬─┘
                        └ ( ┘   ├┬─ RECords ─┬──┤   └ ) ┘
                                │└─ RCD ─────┘  │
                                ├── F/RSUMmary ─┤
                                └── F/RDETail ──┘

Parameters

ALL

Specifies all applications in the load area.

application-name

Specifies the 1- to 8-character name of a single application.

If the name includes a hyphen (-) as a character, replace with a mask character. The mask character is the asterisk (*).

application-mask-value

Specifies any application with a name that matches the mask criteria.

The mask character is the asterisk (*); it matches any character. For example, APPLICATIONS=ORE***** generates the requested reports for all applications beginning with ORE.

low-application-name - high-application-name

Specifies all applications within the application-name range (inclusive).

The hyphen (-) is required and cannot have surrounding blanks.

Application names and masks that have fewer than eight characters are padded on the right with blanks.

VERsions =

Introduces the version numbers of the applications for which reports are requested.

ALL

Specifies all versions of the named applications.

ALL is the default when no other version is specified.

version-number

Specifies a single version number for the named applications.

low-version-number - high-version-number

Specifies all versions of the named applications within the version-number range (inclusive).

The hyphen (-) is required and cannot have surrounding blanks.

REPORTS=

Introduces the reports requested for the named applications.

ALL

Requests the summary, records, and functions/responses detail reports for the named applications.

SUMmary

Requests summary reports for the named applications.

SUMMARY is the default when no other report is specified.

RECords

Requests records reports for the named applications.

F/RSUMmary

Requests functions/responses summary reports for the named applications.

F/RDETail

Requests functions/responses detail reports for the named applications.

Usage

Considerations

If both dialog and application reports are requested in a single ADSORPTS run, dialogs are reported first, followed by applications.

Example 1: Requesting summary reports

The following statement requests summary reports for all versions of applications with names in the range A through C (inclusive):

APPLICATIONS=(A-C),REPORTS=SUMMARY

Example 2: Requesting all reports

The following statement requests all reports for all applications whose names begin with ABC and whose version number is 20:

APPLICATIONS=ABC*****,VERSION=20,REPORT=ALL

Example 3: Requesting summary and records reports for all versions

The following statement requests summary and records reports for all versions of applications with names that contain the characters S and T in the third and fourth positions and blanks in the last two positions:

APPLICATIONS=**ST**,REPORTS=(SUMMARY,RECORDS)

Example 4: Requesting functions/responses summary reports

The next statement requests functions/responses summary reports for all versions of the following applications: