/copy *PSSR
October 20, 2008 - 12:09pm
Just testing some of the authority changes to the forum... they're bound to crash... hence the PSSR ;)
But if they don't then
REGISTERED USERS - should be able to reply to or add comments to this forum entry without any validation.
ANONYMOUS USERS - should also be able to reply but will be presented with the CAPTCHA validation screen when they submit their comments, just to make sure they are real people and not one of these horribly annoying 'buy your russian viagra' here scammers.
December 3, 2008 - 1:28pm
#2
once I have logged out I get this...
I'm an anonymous bloke and I see the CAPTCHA THING below.
- Post Reply
Recent comments
- I'm using IE6 now and I can
6 hours 53 min ago - dinosaur techies
8 hours 25 min ago - each new version of
3 days 8 hours ago - IE6 works perfectly with adsense injections
5 days 1 hour ago - Sorry - I'm using Vista 32
1 week 1 hour ago - yeah it a great tool, but I
1 week 5 hours ago - quick question
Will the new
1 week 18 hours ago - wowowowowow!!!!!!!!!!!!!
1 week 18 hours ago - Uncle Buck - you are
2 weeks 4 days ago - First Up, I'm Nicks younger
2 weeks 5 days ago
Who's online
There are currently 0 users and 11 guests online.
's beers
Beers are visible to logged in users only


******************************************************************
* standard error handling sub-routine. **
******************************************************************
C *PSSR Begsr
* test if recursive call and exit immediatively if so.
C IF RECUR = 'Y'
C Return
C EndIf
C Move 'Y' RECUR 1
* call cl program to send dump message.
C Call 'XA998CLP' 99
C Parm P#PGID
* dump program (note 1 must be specified in h-spec.).
* dump can be suppressed when testing by setting switch 2 on.
C NU2 Dump
* call program to write lda and psds to error log file xap99.
C Out LDA
C Call 'XA999' 99
* this programs psds is passed as a parameter for dump program.
C Parm PSTAT
* set return code to inform calling program (e.g. menu) that
* program failed.
C Move '**' L#RTCD
C Out LDA
* exit program with lr.
C Seton LR
C Return
C Endsr