PS TEXT EDIT Reference Manual
TEDIT and TACL Interface Commands
TEDIT and TACL Interface
058059 Tandem Computers Incorporated E–3
TEDIT and TACL
Interface Commands
You can use these four TEDIT commands to pass information to and from
TACL and TEDIT: MACRO, PROMPT, STATUSMESSAGE, and TACL. The
MACRO and TACL commands are given at the TEDIT prompt. You usually
give the PROMPT and STATUSMESSAGE commands to TEDIT from the
TACL code. In the following paragraphs, these commands are described
and listed in alphabetical order.
MACRO The MACRO command sends the four lines of protocol to the TACL code.
You enter this command at the TEDIT prompt.
What to Enter
{ MACRO | MAC }
tacl-macro-name
[
macro-arguments
]
tacl-macro-name
is the macro process defined within TACL that takes control and
processes the protocol information sent from TEDIT.
macro-arguments
is any text you want to include in the protocol message. It is
automatically sent in line four of the protocol message to be decoded by
your TACL code.