Two UniVerse answers in one, here.

As well as writing code, you have options such as the DISPLAY command that you 
can put into the LOGIN paragraph in an account.

Now the second answer, more addressing Mark's question about STOPM.

Both STOP and ABORT come in a number of variations.

The standard form will be affected by account flavor.

STOPE and ABORTE will always go to ERRMSG to get the text from there using the 
key provided with the statement.  This is the default behaviour for the 
Pick-based flavors (Pick, Reality and IN2).

STOPM and ABORTM will display the text given within the statement itself.  This 
is the default behaviour for non-Pick-based flavors (IDEAL, PIOPEN and 
INFORMATION).

Something similar happens with COPY - there are COPYI and COPYP variants 
(non-Pick and Pick style).  And you may need to do the same thing with CATALOG, 
for example for database triggers.

If you create your own flavors, you can create your own rules.  (Does 
Baskin-Robbins run UniVerse?!!)
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to