Lindy, If you're not running in a different target address space, it doesn't matter. But think for a moment about what running in a different address space means. Your private doesn't look like the target private. Be careful copying a program over. Do you have anything that needs re-locating? I would use directed LOAD.
Tom ----- Original Message ----- From: IBM Mainframe Discussion List <[email protected]> To: [email protected] <[email protected]> Sent: Fri Aug 22 21:23:56 2008 Subject: Re: Trying to figure out IEAMSCHD You mean I have to allocate storage in the CSA and then copy the code that resides in my address space over? I can do that. I didn't think of that because here for SCHEDULE it says just what you said: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2A881/9.6. 2 But in the section for IEAMSCHD it doesn't mention that: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2A881/9.6. 1 I guess I'm supposed to know that. (-: I do now. Thanks! -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Tom Harper Sent: 23. elokuuta 2008 5:17 To: [email protected] Subject: Re: Trying to figure out IEAMSCHD Lindy, If your program is in your private area, it won't work if you're scheduling to a different address space. The SRB routine must normally reside in CSA or ECSA for a SCHEDULE to a different address space. Tom ----- Original Message ----- From: IBM Mainframe Discussion List <[email protected]> To: [email protected] <[email protected]> Sent: Fri Aug 22 21:11:37 2008 Subject: Re: Trying to figure out IEAMSCHD I meant, after the IEAMSCHD schedule. The sun is coming up. Again. (-: -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Lindy Mayfield Sent: 23. elokuuta 2008 5:10 To: [email protected] Subject: Re: Trying to figure out IEAMSCHD Tom, I just stuck it a bit down in my program, after the schedule. SRBRTN BR R14 Perhaps I made a wrong assumption. I saw a lot of stuff about SCHEDULE that says it has to be in fixed memory, etc. I saw nothing like that in IEAMSCHD. What do I need to do to put it in the correct AMODE? That certainly probably explains the S0C4's in the logrec! Lindy ---------------------------------------------------------------------- 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

