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

What is the cobol verb's EJECT and SKIP are used for


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

New User


Joined: 08 Mar 2005
Posts: 62
Location: Basildon

PostPosted: Thu Oct 20, 2005 10:26 am
Reply with quote

What is the cobol verb's EJECT and SKIP are used for, they have been used in working storage and procedure division copy books.

thanks who ever replies
Back to top
View user's profile Send private message
b4uthammi
Warnings : 2

New User


Joined: 21 Feb 2005
Posts: 14
Location: hyderabad

PostPosted: Thu Oct 20, 2005 11:03 am
Reply with quote

hello,

The EJECT statement is a compiler-directing statement which causes the compiler to perform a page eject operation on the source listing.

The next source statement line (i.e.,the line following the EJECT statement) is then printed at the top of the next page.

TheSKIP statement is a compiler-directing statement, provided as an
IBM extension, which causes blank lines to be inserted in the source
program 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