Numeric Report Requests

A numeric report request permits a report to be requested by number. All numeric report requests are implemented as executable statements within SYMBOL/FILEDATA. These requests reduce the amount of input that must be supplied for standard functions such as LISTDIRECTORY. Any number that has been defined in SYMBOL/FILEDATA to represent a particular report can be specified in a numeric report request. Numeric report requests cannot contain modifiers.

A numeric report request can be entered by way of a VALUE=<numeric report request> statement or in the regular parameter list. A numeric report request entered by way of a VALUE=<numeric report request> statement is performed before the parameter list, if any, is processed. The numeric report requests in the parameter list are treated like any other FILEDATA task request.

Reports for 0, 1, and 3, are currently defined. A number 0 includes the FILEDATA task requests FILENAMES, STRUCTUREMAP, and CHECKERBOARD. A number 1 is equivalent to the FILENAMES task request. A number 3 is equivalent to the CODEFILEINFO task request.

<numeric report request>

──<integer>────────────────────────────────────────────────────────────┤

Example

The following command initiates three FILEDATA reports. The first report is a numeric report request number 0. The second report includes the task request ATTRIBUTES with the modifiers DIRECTORY and ALL. The third request specifies the numeric report request number 1.

RUN SYSTEM/FILEDATA ("0;ATTRIBUTES:DIR=MYSELF ALL; 1 ")