1,880 pts.
 Service program can be deleted after having a reference to the Service program?
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
  Help
 Approved Answer - Chosen by RamvishakRamesh (Question Asker)

If you delete the service program, the programs that use it will fail. I would call that an impact.

ANSWERED:  Jun 13, 2012  12:53 AM (GMT)  by RamvishakRamesh

 
Other Answers:
Last Wiki Answer Submitted:  June 27, 2012  7:05 am  by    0 pts.
Latest Answer Wiki Contributors: 
To see other answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I’ll second the previous poster!

 465 pts.

 

But note that deleting a service program is not the same as replacing it with CRTSRVPGM REPLACE(*YES).

Tom

 107,735 pts.