Page 1 of 1

Re-Engineering in COBOL.

PostPosted: Sat Dec 26, 2009 7:23 pm
by syannigeri
Hi Team,

Is there any ideas to do Re-Engineering in Mainframes?

I know a few.. Like
1. Compilet option to TRUNC(OPT) from TRUNC(STD)
2. Using FASTSRT in cobol compiler
3. To move corresponding values, Than to use Initilize ( Initilize is more costly than move corresponding)
4. If there is a array, Initilize the array and then move the value, Also use depending upon CLAUSE.

Can everybody share there Ideas on Re-Engineering in COBOL?

Thanks
Shankargouda

Re: Re-Engineering in COBOL.

PostPosted: Sun Dec 27, 2009 2:55 am
by dick scherrer
Hello,

Suggest you define what "Re-engineering in COBOL" means to you/your organization. . .

What are you trying to learn or accomplish?

Re: Re-Engineering in COBOL.

PostPosted: Sun Dec 27, 2009 7:55 am
by syannigeri
Re-Engineering Mean, Saves in Mainframe CPU usage time?

Re: Re-Engineering in COBOL.

PostPosted: Sun Dec 27, 2009 8:48 am
by dick scherrer
Hello,

Saves in Mainframe CPU usage time

That would more often be known as tuning. . . Software or business process reengineering encompasses much more than code tuning.

If there is some problem process you want to make run better, and you post enough specific information, someone may have a suggestion about how some resource utilization (typically i/o or cpu) migh tbe reduced in your problem process.

Re: Re-Engineering in COBOL.

PostPosted: Mon Dec 28, 2009 5:09 pm
by enrico-sorichetti
application Re-Engineering ( programs, operations, jcl, data flow ) is a term used to define ...
all the activities needed to modify an existing application to meet the changed business needs
anything else would not be considered as such

Re: Re-Engineering in COBOL.

PostPosted: Tue Feb 01, 2011 12:05 am
by syannigeri
anythoughts on this??

Re: Re-Engineering in COBOL.

PostPosted: Tue Feb 01, 2011 4:34 am
by dick scherrer
Hello,

Not until you provide more information. . .

If there is some problem process you want to make run better, and you post enough specific information, someone may have a suggestion about how some resource utilization (typically i/o or cpu) migh tbe reduced in your problem process.