Yanndewael
Programmer
HEllo,
Is it possible to use "replacing" option in a PERFORM
such as:
PERFORM TODO THRU TODO-FN
REPLACING XXXX BY ABCD
PERFORM TODO THRU TODO-FN
REPLACING XXXX BY EFGH
?? This would be useful when I have to make some treatments on different tables with the same layout.
Thank you in advance
Is it possible to use "replacing" option in a PERFORM
such as:
PERFORM TODO THRU TODO-FN
REPLACING XXXX BY ABCD
PERFORM TODO THRU TODO-FN
REPLACING XXXX BY EFGH
?? This would be useful when I have to make some treatments on different tables with the same layout.
Thank you in advance