home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / bit / listserv / ibmmain / 2593 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1.0 KB  |  24 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!spool.mu.edu!darwin.sura.net!paladin.american.edu!auvm!IS.RICE.EDU!DBOYES
  3. X-Mailer: ELM [version 2.3 PL11]
  4. Message-ID: <9211091555.AA04795@is.rice.edu>
  5. Newsgroups: bit.listserv.ibm-main
  6. Date:         Mon, 9 Nov 1992 09:55:08 CST
  7. Sender:       IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  8. From:         "(David E Boyes)" <dboyes@IS.RICE.EDU>
  9. Subject:      Re: Forcing Page Boundaries in High Level Code
  10. Comments: To: IBM-MAIN@ricevm1.rice.edu
  11. In-Reply-To:  <9211091542.AB04383@is.rice.edu>; from "David F. Juraschek" at
  12.               Nov 9, 92 10:35 am
  13. Lines: 9
  14.  
  15. > Specifically, I would like to know how to force portions (plural) of the
  16. > PROCEDURE DIVISION in COBOL to begin at new page boundaries.
  17.  
  18. Try EJECT. It can be in either area A or area B. I believe
  19. Fortran and PL/1 also support EJECT as a inline compiler
  20. directive.
  21.  
  22. (ref. VS COBOL II Application Programming Reference (GC26-4047),
  23. pg. 347)
  24.