Re: DDM files and /COPY statements



SanderP wrote:
Hi Walker,

I'm pretty sure I have the correct authorization.
It's just depending on the library list if the /COPY members can be
found.
Only if the DDM-library is the first library where the compiler can
find those members, it's going okay.

If the compiler finds another library, with "normal" sourcefiles,
first, it isn't looking at the DDM libraries anymore.

And there you have your answer... Are the /COPY members in a file of the same name as "real" source e.g. QRPGSRC? If so, then the /COPY retrieval stops when it finds the first occurrence of the file name. Rename the file containing the /COPY members will resolve the problem (but you will have to change all the /COPY statements...

HTH

GB

.



Relevant Pages

  • Re: static class members, shared libs and other vegetables
    ... libraries, and load the two sets separately. ... The solution doesn't work on Linux, as static members for some reason ... Most UNIXes use a "linking against DSO is just like linking against ... namespace, compiling it, changing the namespace and compiling the code ...
    (comp.os.linux.development.apps)
  • Re: RPG Programming on Advanced 36
    ... I see most files using the CATALOG command. ... Catalog shows FILES and Libraries, ... FROMLIBR/TOLIBR will copy "members" within libraries. ... I think the command to compile a program is RPG - it's been ...
    (comp.sys.ibm.sys3x.misc)
  • LLA and Cobol copybook library
    ... I don't know anything about "Cobol copybook libraries", ... LLA might manage the directory entries for you but LLA caching of members ... For IBM-MAIN subscribe / signoff / archive access instructions, ...
    (bit.listserv.ibm-main)
  • Some members of TypeLib libraries cant be found even in MSDN ?!
    ... Using VS2005 Beta 2 for an MFC project. ... of the many listed members is one called ... This is just an example and it is true for many other members of other ... libraries as well. ...
    (microsoft.public.vc.language)
  • Re: DDM files and /COPY statements
    ... It's just depending on the library list if the /COPY members can be ... Only if the DDM-library is the first library where the compiler can ... it isn't looking at the DDM libraries anymore. ...
    (comp.sys.ibm.as400.misc)