Sample source code from both excellent tomes are available http://www.cbttape.org
File # 554 "MVS Power Programming" ESA Coding Examples http://www.cbttape.org/ftp/cbt/CBT554.zip File # 069 Coding Examples from Carmine Cannatello's ASM book http://www.cbttape.org/ftp/cbt/CBT069.zip Best Regards, Sam Knutson, GEICO Performance and Availability Management mailto:[EMAIL PROTECTED] (office) 301.986.3574 "Think big, act bold, start simple, grow fast..." -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Wayne Driscoll Sent: Friday, September 09, 2005 10:20 AM To: [email protected] Subject: Re: pc Mary, As many others have noted, what you are attempting to do is fraught with danger. If you are looking for PC routine backgrounds, I would suggest two books to search for, MVS Power Programming (J. Ranade IBM Series) by Mitchell Marx and Penelope Davis (unfortunately out of print, making it hard to find) and Advanced Assembler Language and MVS Interfaces, (Wiley) by Carmine Cannatello, also, it appears in limited availablility. These two books do a good job of explaining the techniques, and have some samples that you could start with. Attemping to front end any IBM provided services is a risky proposition, which, while it is possible, requires a deep understanding of the environment that the service runs in. Whenever you design a system type service, you must first figure out how to recover from any errors, without as little impact as possible (this is also, as I'm sure the many vendors developers on this list can attest, is often harder then the actual code implementation). Wayne Driscoll Product Developer Western Metal Supply NOTE: All opinions are strictly my own. <> ==================== This email/fax message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution of this email/fax is prohibited. If you are not the intended recipient, please destroy all paper and electronic copies of the original message. ---------------------------------------------------------------------- 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

