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
Specifies all applications in the load area.
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 (*).
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.
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.
Introduces the version numbers of the applications for which reports are requested.
Specifies all versions of the named applications.
ALL is the default when no other version is specified.
Specifies a single version number for the named applications.
Specifies all versions of the named applications within the version-number range (inclusive).
The hyphen (-) is required and cannot have surrounding blanks.
Introduces the reports requested for the named applications.
Requests the summary, records, and functions/responses detail reports for the named applications.
Requests summary reports for the named applications.
SUMMARY is the default when no other report is specified.
Requests records reports for the named applications.
Requests functions/responses summary reports for the named applications.
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:
APPLICATIONS=(ABC*****,**ST**,A-C),REPORTS=F/RSUMMARY
|
Copyright © 2014 CA.
All rights reserved.
|
|