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

Mvs/esa to z/os conversion with COBOL


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

Active User


Joined: 21 Mar 2008
Posts: 161
Location: bangalore

PostPosted: Tue Mar 25, 2008 12:57 pm
Reply with quote

hi all,

i'm working on a project which requires mvs/esa --> z/os conversion..

there are lot of GO TO statements in the code.

is it okay that i retain those go to statements or make it more structured using perform statements ...

one more thing clients are okay & open for both these approaches.
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Tue Mar 25, 2008 6:51 pm
Reply with quote

Hi,

Usually, in a conversion project, pgm changes are only made where the the existing code will not function properly in the new environment.

Changing the pgm logic s/b avoided if possible. Get the code to work with the new compiler, then negotiate a new contract to straighten out the spaghett1. icon_smile.gif
Back to top
View user's profile Send private message
rakesha.hg

Active User


Joined: 21 Mar 2008
Posts: 161
Location: bangalore

PostPosted: Wed Mar 26, 2008 8:44 am
Reply with quote

hi,

thanks for the reply.....

i'll check it out icon_biggrin.gif
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