TSDSN - write data to a terminal, and open for input.

Usage:

call TSDSN(length, message)

Where:

length
is an integer variable that must contain the number of characters which are to be transmitted.
message
is a character variable, composed of no more than 16764 characters. This gives the message to be transmitted.

Description:

TSDSN writes a message to the terminal, and waits for the user to enter a reply. The reply is stored in the "KIN" buffer where it can be accessed by a call to TSACC. This is of particular use when dealing with a VIP terminal in forms mode.

Notes:

If you really are working with a VIP in forms mode, STX and ETX characters should not occur within the message. TSS will add them as appropriate.

The cursor remains positioned as the result of the last TSDSN transmission.

See Also:

expl f77 lib tsacc

expl f77 lib tsdsp

Copyright © 1996, Thinkage Ltd.