Hi all,

I would like to find out how to prevent commit at
INPUT.ROUTINE,
AFTER.UNAU.RTN,
BEFORE.AUTH.RTN and
AUTH.ROUTINE level.

That is, I know that at ID.RTN level the followings prevent opening
the record:
E = 'error message'
CALL ERR
MESSAGE = 'REPEAT'
V$ERROR = 1

at AUT.NEW.CONTENT level the same
E = 'error message'
CALL ERR
MESSAGE = 'REPEAT'
V$ERROR = 1

Also at CHECK.REC.RTN level tha same
E = 'error message'
CALL ERR
MESSAGE = 'REPEAT'
V$ERROR = 1

At VALIDATION.RTN
ETEXT = '...'

Thanks a lot
Despina

-- 
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to jBASE@googlegroups.com
To unsubscribe, send email to jbase-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

Reply via email to