5 pts.
 Find object for a program source given
i want program which can check if the object exist for a particular object and vice versa

Software/Hardware used:
ASKED: April 9, 2009  7:45 AM
UPDATED: April 9, 2009  1:32 PM

Answer Wiki:
Hi, in AS/400 you can use WRKOBJ followed by program name. If you have forgotten the program name type WRKOBJ and first two or three letters of the Program Name followed by *. Press F4 and then enter *ALL in library parameter. try this. Thanks Siddharth /////////////////////////////////////////////////////////////////////// You would create two files - one listing the source -- DSPFD mySrcLib/QRPGLESRC *MBRLIST *outfile MyLib/Mbrlist - the other listing the objects - DSPOBJD myPgmlib/*All *pgm *outfile MyLib/PgmList add to this list the DSPOBJD myPgmlib/*All *SVCPGM *outfile MyLib/PgmList Then you can create two SQL's or queries to join the two lists on Objname - MbrName - one shows items in mrblist not matched with pgmList - the other shows items in pgmList not matched with mbrlist But if you are using ILE and modules you may find a number of sources that are modules in programs -- not actual programs. Phil
Last Wiki Answer Submitted:  April 9, 2009  1:32 pm  by  Sangay   635 pts.
All Answer Wiki Contributors:  Sangay   635 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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