Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to replace the GOTO statement in COBOL without changing
the structure of program. e.g. consider following code...
I.D.
E.D.
D.D.
P.D.
compute C = A + B.
GOTO para 100-display.
compute D = C - D.
GOTO 200-display.
some other logic......
........
GOTO 300-para.
......
......
GOTO 400-para.

Now I want to replacce all GOTO statements without
changing the structure and otput of program.

Answer Posted / ganesh

but if there is no any condition to check for in evaluate
statement. how can we replace it using evaluate.

won't it change the structure of program if we use evaluate
statement.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

1289


what is difference between cobol and cobol/400

22734


Which mode is used to operate the sequential file?

1150


What is redefines clause in COBOL?

1249


How do you reference the fixed block file formats from cobol programs

1156


What is the problem of ordered sequential files access?

1109


What is the difference between structured cobol programming and object alternativelyiented cobol?

1186


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

1257


How do define dynamic array in cobol.

1083


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

1179


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17796


What are the different rules of SORT operation?

1083


How to know whether the module is dynamical or statistical?

1081


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

1054


In COBOL programming, what is PERFORM? What is VARYING?

1088