thelearner
Programmer
Hi,
Between these 3:
1.Subprogram (a pgm that is called by calling pgm but not bound with the calling pgm, just like in OPM.
2.Module(bind by copy)
3.service pgm( bind by reference)
In what kind of case I should use which one of the above?
What's the preference?
Thanks
Between these 3:
1.Subprogram (a pgm that is called by calling pgm but not bound with the calling pgm, just like in OPM.
2.Module(bind by copy)
3.service pgm( bind by reference)
In what kind of case I should use which one of the above?
What's the preference?
Thanks