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

Nestings, IFs and other things


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

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Wed Apr 27, 2011 8:42 pm
Reply with quote

Thanks Bill !

But i had forgotten:

... and his own demons, he has to struggle with.
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Thu Apr 28, 2011 2:15 pm
Reply with quote

Bill Woodger wrote:

perform
stuff
perform
stuff
perform
stuff
endperform
endperform
endperform



Rats, I see some idiot tried to indent without previewing (me). And then was told about it (but thought it was something else). Seems almost pointless to fix it now, but here we are - can't get it back in the post where it should have been.

Code:

perform
   stuff
   perform
      stuff
      perform
         stuff
      endperform
   endperform
endperform
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 Things to Avoid while writing cobol p... COBOL Programming 3
No new posts Best things to say if caught sleeping... General Talk & Fun Stuff 0
No new posts What are all the things to be done in... CICS 5
No new posts How are we supposed to learn new things? All Other Mainframe Topics 14
No new posts Is there a means to simplify the thin... DFSORT/ICETOOL 4
Search our Forums:

Back to Top