FILE Statement

Description:

This statement declares an identifier (ID) for any external files that are accessed by this Script. The FILE statement is mandatory for any files that are being passed as a parameter to the Script, and optional otherwise. It is good practice, however, to formally declare all file IDs in this way before use.

Format:

 FILE input_fileid

Parameter:

input_fileid

An OpenSTA Dataname used to identify a file that is passed as a parameter to the Script.

Example:

 FILE datafile

See also:

The DEFINITIONS Section