FILES ARE IN [ HP Business BASIC/XL Reference Manual ] MPE/iX 5.0 Documentation
HP Business BASIC/XL Reference Manual
FILES ARE IN
The FILES ARE IN statement is used to specify a different default
location for data files, for example; a group, group.account, or account
other than that assigned by the operating system. Each data file resides
in the newly specified default location. However, explicitly stating the
group or the group.account in a data file name in a subsequent statement
overrides the location specified in the FILES ARE IN statement.
Syntax
FILES [ARE] [IN] str_expr
Parameters
str_expr A string expression that evaluates to a group.account.
Examples
100 FILES ARE IN "sfm.mktg"
110 CREATE "File1",FILESIZE=1200 !File1=FILE1.SFM.MKTG
120 CREATE "File2",FILESIZE=1500 !File2=FILE2.SFM.MKTG
130 CREATE "File3.lab.HP",FILESIZE=5000 !File3=FILE3.LAB.HP
999 END
MPE/iX 5.0 Documentation