Open System Testing Architecture

TOC PREV NEXT INDEX



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


CYRANO
Customer Support: France +33 (0) 1 56 33 40 00
USA +1 (978) 462-0737; Toll free 800-714-4900
UK +44 (0) 1274 761024
support-fr@cyrano.com
support-us@cyrano.com
support-uk@cyrano.com
TOC PREV NEXT INDEX