5 pts.
 where to find correct source for XREF (as400)
I located a series of as400 source for the tool XREF but is has a few missing references causing compile failures. References are: xreflib, MMenuoL4 and &LibLib. Please help.

Software/Hardware used:
ASKED: March 7, 2008  6:34 PM
UPDATED: July 30, 2009  8:00 AM

Answer Wiki:
What you could do is issue the command DSPOBJD OBJ(*ALL/"objectname")) OBJTYPE(*ALL). This will identify the library where the object resides. You will get a resullt that looks like this. Display Object Description - Basic Library 4 of 12 Library . . . . . . : SWLADOD Library ASP device . : *SYSBAS Type options, press Enter. 5=Display full attributes 8=Display service attributes Opt Object Type Attribute Size Text MENWOXP *FILE PF 888832 Entity/Work Order X-R Use option 8. This will show you where the source resides. see highlighted below. Display Object Description - Service Library 1 Object . . . . . . . . . . . . . . . : MENWOXP Library . . . . . . . . . . . . . : SWLADOD Library ASP device . . . . . . . . . : *SYSBAS Type . . . . . . . . . . . . . . . . : *FILE <b>Source file . . . . . . . . . . . . : QDDSSRC Library . . . . . . . . . . . . . : XA101SP400 Member . . . . . . . . . . . . . . . : MENWOXP </b> Attribute . . . . . . . . . . . . . : PF User-defined attribute . . . . . . . : Freed . . . . . . . . . . . . . . . : NO Size . . . . . . . . . . . . . . . . : 888832 Creation date/time . . . . . . . . . : 01/13/07 05:15:08 Source file date/time . . . . . . . : 10/16/91 09:56:20 System level . . . . . . . . . . . . : V5R2M0 Compiler . . . . . . . . . . . . . . : Object control level . . . . . . . . : I hope this answers your question. Regards, Eamon
Last Wiki Answer Submitted:  July 30, 2008  4:34 pm  by  Eamon60   75 pts.
All Answer Wiki Contributors:  Eamon60   75 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

One last thing once you identified the library the xref library object5 reside you will need to add that library to your library list and then recompile the source.

 75 pts.

 

The MMenuoL4 is not required, you can delete. This particular XREF utility is now re-branded XRefIT and is still free, but no longer open source. v1.21 is due for release in Sept 09.

It is now bundled together with, and now interfaces into, ChangefIT(TM) Change Management Systems. ChangefIT(TM) is supplied free with an optional annual maintenance fee. This fee is only if one wants upgrades.

Regards

Kit

 30 pts.