15.2.3 predict statement

The predict statement is used to output the execution results of the facility for predicting reorganization time to a file in CSV format.

Rules
  1. You can specify the predict statement only when you execute the facility for predicting reorganization time.
  2. Only one predict statement can be specified in the control statement file.
Organization of this subsection
(1) Format
(2) Explanation

(1) Format

 predict file=CSV-output-file-name

(2) Explanation

(a) CSV-output-file-name

[Figure]<path name> ((up to 1023 bytes))

Specifies the absolute path name of the regular file to which the results of the facility for predicting reorganization time are to be output.

For details about the format of the output file, see 15.4.2 Output format in CSV format.

Rules
  1. For a HiRDB/Parallel Server, create the file on the host where the system manager is located.
  2. The HiRDB administrator must have access privileges to the specified file.
  3. If the file name contains a space, enclose the entire file name in double quotation marks (").
  4. If the specified file is not found, the utility creates the file; if the file already exists, the utility overwrites it.