home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / bit / listserv / ibmmain / 2596 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.1 KB

  1. Path: sparky!uunet!stanford.edu!bcm!convex!news.oc.com!eff!sol.ctr.columbia.edu!spool.mu.edu!hri.com!noc.near.net!mars.caps.maine.edu!maine.maine.edu!cunyvm!psuvm!auvm!UTMARTN.BITNET!##09
  2. From: ##09@UTMARTN.BITNET (Larry Holder)
  3. Newsgroups: bit.listserv.ibm-main
  4. Subject: Re: Forcing Page Boundaries in High Level Code
  5. Message-ID: <09NOV92.12099767.0015.MUSIC@UTMARTN>
  6. Date: 9 Nov 92 17:12:12 GMT
  7. Sender: IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  8. Lines: 14
  9. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  10. In-Reply-To:  In reply to your message of MON 09 NOV 1992 09:55:08 CST
  11.  
  12. > > Specifically, I would like to know how to force portions (plural) of the
  13. > > PROCEDURE DIVISION in COBOL to begin at new page boundaries.
  14. >
  15. > Try EJECT. It can be in either area A or area B. I believe
  16. > Fortran and PL/1 also support EJECT as a inline compiler
  17. > directive.
  18. > (ref. VS COBOL II Application Programming Reference (GC26-4047),
  19. > pg. 347)
  20.  
  21. EJECT will only affect the compiler printout.  It has no effect upon
  22. the code generated, any more than TITLE or SPACE or EJECT directives
  23. do in assembler.
  24.  
  25. /Larry
  26.