XEQ [ HPTOOLSET XL Reference Manual ] MPE/iX 5.0 Documentation
HPTOOLSET XL Reference Manual
XEQ
Allows input from a specified file.
Syntax
X[EQ] filename[version designator]
Parameters
Filename Either a USASCII or TSAM formatted file from
which TOOLSET/XL accepts commands.
Version designator Particular version of the input file. Has the
form #n or #L[ATEST] or #R[EFERENCE].
Description
The XEQ command directs TOOLSET/XL to accept command input from a TSAM or
USASCII file. The commands will be echoed on your screen as they are
executed, unless a SET ECHO=OFF has been done. If an error or a command
that displays a menu is encountered, the remainder of the XEQ file will
not be executed.
Example
>>XEQ CMDFILE#2
SET QUIET=ON
SET PAGESIZE=40
WORKSPACE COMPUTEW
>>
MPE/iX 5.0 Documentation