This may not answer my question. Does the STOPM have any 'wait' or prompt or will it blow by and the control be passed to the next process.
That's the premise of my question. What happens after the 'STOPx". Thanks PS. Non UV/UD systems can write their own errmsg handler such as STOP 12345,"Insert your message here" as EDIT ERRMSG 12345 001 H' 002 A 002 H' ----- Original Message ----- From: "Ray Wurlod" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Sunday, March 25, 2007 1:37 PM Subject: [U2] Re: [UV] New to UV/PICK, programming a banner > 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/ ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
