×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Dave -
Are you passing the table columns individually as parameters between
modules?
-sjl
"Dave" wrote in message
news:mailman.58.1403888425.8590.midrange-l@xxxxxxxxxxxx...
Hi,
I have a program using SQL to access one table. There are around 35
routines: one for insert, one for update, one for delete and the rest for
selects. One column has to change: either I lengthen it or I create a new
one. If modify the column, I won't have to modifiy the program at all, just
recompile. But I will have a lot of parameters in copybooks to modify.
Also, because the data in the column will also be changed, I would not be
able to avoid annoying the rest of the team that shares the same
development environment.
I thought I could add a new column, add parameters to the end of the
copybooks (all dynamic calls). But the modification of the SQL program
appears to be daunting as I there would be so many changes to make.
I have never had to make such a modification before. Is there a right way?
Thanks
As an Amazon Associate we earn from qualifying purchases.