IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

What is EJECT statement in COBOL


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jyothi_priya

New User


Joined: 09 Jan 2004
Posts: 10

PostPosted: Mon Nov 08, 2004 10:00 am
Reply with quote

What is EJECT statement in COBOL? How do we use it?


Thanks,
JP
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Mon Nov 08, 2004 10:33 am
Reply with quote

Hi,

EJECT is a compiler directing stmt. It is used to skip the source code listing to a new page. It does not become part of the pgm and has no function within the pgm itself.
Back to top
View user's profile Send private message
jyothi_priya

New User


Joined: 09 Jan 2004
Posts: 10

PostPosted: Mon Nov 08, 2004 12:21 pm
Reply with quote

Hi Jack,

Thanks for the reply... Please clarify me whether I can use this statement any where (between division names, middle of pragraphs... etc) in the COBOL source code as it has nothing to do with the program.


Thanks,
JP
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Mon Nov 08, 2004 8:59 pm
Reply with quote

Yes, you can, as you can use SKIP n, where n=1,2, or 3 to insert blank lines in the listing.

You can also use the TITLE 'xxx' stmt, where xxx are any chars of any length (to position 133 on the line, I think) to print a personalized title at the top of each page in the compiler listing.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top