Previous Topic: LabelsNext Topic: Logical Expressions


File Names

When defining input data files or tables to a Reporting Facility program using the FILE command, you must assign a unique name to each file or table. This name has two functions:

Follow these rules when coding input file or table names:

Valid File or Table Name

Invalid File or Table Name

The following entries result in the described error conditions:

123:

First character is not A—Z.

FILENAME-TOO-LONG:

Name exceeds maximum length.

INFILE

Terminating colon is missing.

FILE#1:

Special character is present.

INPUT:

File name is a reserved word.