HELP
An object that uses transactions to transmit
data to the HP UX standard error.

USE
Use To StdErr to output a wide variety of
file encodings and formats to the HP-UX
standard error of HP VEE.

To StdErr Actions:

All ToStdErr objects use the same write
pointer, even if they are in different
threads or different contexts.  Data written
by different ToStdErr objects appears on
stderr in the order the objects operated.

* WRITE - Writes data to standard error using
the specified encoding and format.

* WAIT - Waits the specified number of
seconds before executing the next
transaction.

To StdOut Encodings:

* TEXT - Writes all data types in a
human-readable form.  HP VEE numeric data is
automatically converted to text as it is
written.

* BYTE - Converts numeric data to binary
integer and writes the least significant
byte.

* CASE - Maps an enumerated value or an
integer to a string and writes the string.
For example, you could use CASE to accept
error numbers and write error messages.

* BINARY - Writes all data types in an
machine-specific binary format.

* BINBLOCK - Writes all HP VEE data types in
binary form with IEEE 488.2 definite length
block headers.

* CONTAINER - Writes all data types in a
machine-specific text font.

LOCATION
I/O ==> To ==> StdErr

OPEN VIEW PARAMETERS
The open view shows the list of transactions
to be executed.

OBJECT MENU
* Config - Allows you to view and edit the
configuration that determines the end-of-line
character and formatting for arrays.

* Add Trans - Adds a transaction to the end
of the list.

* Insert Trans - Inserts a transaction before
the currently highlighted transaction.

* Delete Trans - Deletes the currently
highlighted transaction.

NOTES
In general, standard error for HP VEE is the
terminal window in which you ran veetest or
veeengine.

You can redirect standard error by
starting the HP VEE process using a command
that redirects standard error, such as 
"veetest > someFileName" to send the 
stderr data to the file "someFileName".

SEE ALSO
From File, From StdIn, and To/From Named
Pipe.

"Using Transaction I/O" in "Using HP VEE",
chapter 9.
