I have a program which refer to a service program, now if the service program gets deleted,any impact? I know a module obj can be deleted after we create a program from that module as it is bind by copy. But since the service program is a bind by reference, will that delete cause any impact?
Software/Hardware used:
ASKED:
June 13, 2012 10:52 AM
UPDATED:
June 14, 2012 12:13 AM
I’ll second the previous poster!
But note that deleting a service program is not the same as replacing it with CRTSRVPGM REPLACE(*YES).
Tom