In a message dated 8/23/2008 8:02:47 P.M. Central Daylight Time, [EMAIL PROTECTED] writes: >I thought that instead of going wild and doing a bunch of SRB code that I should build the "foundation" first, meaning all the error recovery and so on. You should at the very least be thinking about recovery as you write new code. You can't really build the entire foundation first, since you don't know in advance everything you will have to free up or undo in your recovery routine until you have written the main code that acquires or does it. Write notes to yourself that you need to release such-and-such a resource later on, if ending normally or abnormally. Resources include CSA/ECSA acquired, locks held, and pretty much anything for which your code must be authorized to obtain or to do. The Authorized System Services Reference books will rapidly become good friends. Bill Fairchild Rocket Software
**************It's only a deal if it's where you want to go. Find your travel deal here. (http://information.travel.aol.com/deals?ncid=aoltrv00050000000047) ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

