[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

RE: [sqr-users] Exceptions in SQR



I think you need:
 move 'exception.text=testing exceptions in SQR' to $excpetion_text
Steve.
-----Original Message-----
From: sqr-users-bounces+steve.cavill=infoclarity.com.au@sqrug.org
[mailto:sqr-users-bounces+steve.cavill=infoclarity.com.au@sqrug.org] On Behalf 
Of tam kag
Sent: Monday, 11 July 2005 11:43 PM
To: sqr-users@sqrug.org
Subject: [sqr-users] Exceptions in SQR

Hello,

I'm trying to write an exception report, I have copied this code from the Brio 
Manual. then published the file in Brio Portal and
allowed exceptions to occur  then subscribed to receive exceptions, then ran 
the job but I have not received the exception report.

the code used:

begin-program
print 'testing exceptions' (5,5)
move 'testing exceptions in SQR' to $excpetion_text do exception end-program

begin-procedure exception
open 'output.properties' as 0 for-append record=32767:vary
    write 0 from 'rating=high_priority'
    write 0 from 'exception.default=on'
    write 0 from $excpetion_text
    close 0
end-procedure


Please advice.

Thank you



_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users



_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users