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

The effect of blank lines in cobol code


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

New User


Joined: 05 Sep 2006
Posts: 34

PostPosted: Wed Sep 06, 2006 11:11 am
Reply with quote

Hi

i would like to know the effect of blank lines in cobol code.
does it affect performance?

thanks
Back to top
View user's profile Send private message
muthuvel

Active User


Joined: 29 Nov 2005
Posts: 217
Location: Canada

PostPosted: Wed Sep 06, 2006 11:53 am
Reply with quote

Shrini,
To my knowledge i think empty lines will not affect performance.

If it is wrong,please correct me.

Thanks,
Muthuvel.
Back to top
View user's profile Send private message
sarunkumaar

New User


Joined: 31 Aug 2006
Posts: 15
Location: Chennai, India

PostPosted: Wed Sep 06, 2006 1:05 pm
Reply with quote

Yes, it will not affect performance. During compilation itself blank lines and commented lines will get rejected. So your link edited modules will not have any blink or commented lines in them while execution.
Back to top
View user's profile Send private message
girishkm

New User


Joined: 06 Sep 2006
Posts: 1

PostPosted: Wed Sep 06, 2006 2:21 pm
Reply with quote

Hi,
Empty lines in the code is just to improve the readability of the code. Its nothing to do with the performance.

-giri
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 run rexx code with jcl CLIST & REXX 15
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Compile rexx code with jcl CLIST & REXX 6
Search our Forums:

Back to Top