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.
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of mary george Sent: Friday, September 09, 2005 1:29 AM To: [email protected] Subject: Re: pc I basically have to write an pc routine that would intercept svc 10.The front end program must change the length of the getmain. I understand that these are the following steps to be followed (pl correct if I am wrong): 1)wrtie pc routine 2)code lxres,atset,etdef,etcre,etcont etc... 3)invoke the pc routine As an initial step I need to write the pc routine for interception. Could you please guide me sources which would provide me information as to how my requirement is to achieved? cheers, Mary George __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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

