home *** CD-ROM | disk | FTP | other *** search
- 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
- From: ##09@UTMARTN.BITNET (Larry Holder)
- Newsgroups: bit.listserv.ibm-main
- Subject: Re: Forcing Page Boundaries in High Level Code
- Message-ID: <09NOV92.12099767.0015.MUSIC@UTMARTN>
- Date: 9 Nov 92 17:12:12 GMT
- Sender: IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
- Lines: 14
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- In-Reply-To: In reply to your message of MON 09 NOV 1992 09:55:08 CST
-
- > > Specifically, I would like to know how to force portions (plural) of the
- > > PROCEDURE DIVISION in COBOL to begin at new page boundaries.
- >
- > Try EJECT. It can be in either area A or area B. I believe
- > Fortran and PL/1 also support EJECT as a inline compiler
- > directive.
- > (ref. VS COBOL II Application Programming Reference (GC26-4047),
- > pg. 347)
-
- EJECT will only affect the compiler printout. It has no effect upon
- the code generated, any more than TITLE or SPACE or EJECT directives
- do in assembler.
-
- /Larry
-