Hi everybody,[o:p][/o:p]
Explain me this question:[o:p][/o:p]
I have 2 modules 1 service program and 1 program, so I need make a few modifications in a program, after that I need again make the same creation like in the begin or with UPDPGM and UPDSRVPGM I have the right result? And I made this? [o:p][/o:p]
Thanks.[o:p][/o:p]
Software/Hardware used:
ASKED:
December 17, 2009 2:48 PM
UPDATED:
December 18, 2009 7:50 AM
If the program and service program already exist, then you can use UPDPGM or UPDSRVPGM after compiling a changed module. As far as I know, this is always possible as long as you’re compiling the modules that are already in the program or service program.
It’s your choice to use UPDPGM or UPDSRVPGM or to recompile and recreate them.
Personally, I always try to use the UPD commands after a program or service program exists. This helps me to stay conscious of the fact that only modules are ever compiled. After a short while, it becomes an automatic thought. The structure of how it all works stays clear in my mind.
Tom