I am trying to identify any or all the commands in QSYS which have been modified / changed by Users. Ideally I only want the original version of IBM supplied commands in QSYS. I want to put the changed versions of IBM commands in a Separate LIbrary and put this Lib on the top of the SYSLIBL. I run my query (DSPOBJD for all commands in QSYS) and in the results its easy to see commands with a USER defined as the creator. However there is another field called "User modified" with *YES or *NO that I presume indicates the commands was modified by a User. However no other inforamtion is given other than the change date. So am I to assume that any command with *YES in the User modified field has indeed been changed and is not the IBM original version of the command. You see we have an OS upgrade coming up (V5R3 to V5R6) and QSYS will be replaced therefore I want to round up all the changed commands and put them in a safe place. I also want to be able to control the changes to commands / QSYS moving forward. Any insight would be paramount.
Thx - Gam
Software/Hardware used:
ASKED:
August 18, 2008 4:00 PM
UPDATED:
August 19, 2008 3:46 PM
Good tip regarding finding modified commands, Mr. Gilbert. I was not aware such a feature existed. Good to know.
One tip for Gambit7 . . . we record all command changes in a CL program, then run the program to apply the changes. When a new version of the operating system is installed we recompile the program and run it again. Works great. The only challenge is to be sure all command changes are added to the program. It’s awfully easy to think, “I’ll add that later.”