home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / bit / listserv / ibmmain / 2600 < prev    next >
Encoding:
Text File  |  1992-11-09  |  934 b   |  18 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!stanford.edu!bcm!convex!news.oc.com!eff!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!paladin.american.edu!auvm!BKLYN.BITNET!HOWARD
  3. Message-ID: <IBM-MAIN%92110914320808@RICEVM1.RICE.EDU>
  4. Newsgroups: bit.listserv.ibm-main
  5. Date:         Mon, 9 Nov 1992 15:27:41 EST
  6. Sender:       IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  7. From:         Howard Givner <HOWARD@BKLYN.BITNET>
  8. Subject:      Re: Forcing Page Boundaries in High Level Code
  9. In-Reply-To:  <9211091542.AB04383@is.rice.edu>; from "David F. Juraschek" at
  10.               Nov 9, 92 10:35 am
  11. Lines: 5
  12.  
  13. Split the procedure into separately compiled modules and use the
  14. linkage editor control statements to specify that you want the
  15. separate CSECTs loaded at page boundaries.  The CSECTs could
  16. communicate with shared data areas passed as parameters and use
  17. CALL/RETURN to get back and forth.
  18.