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

[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