Monday, monday - can't create LF w/out specifying library

  • Thread starter Frosty the Coder
  • Start date

Frosty the Coder

Legendary Poster
Monday, monday - can\'t create LF w/out specifying library

OK, it's MONDAY and I can't see the forest because of the trees.....

I'm trying to create a new LF w/in SVR (Software Versions Repository).

When I go to compile it (or any existing LF),
I get a CPD7902 - (Physical) File specified on keyword not found.
(The based on file is F42119, which DOES exist.)

I can get by this if I specify the LIBRARY on the keyword, but I shouldn't have to.

When I DO specify the library, create the LF, and try to open in in a RPG, I get a file open error.

I'm sure that I've hit this issue at some point in my JDEing,
but can't remember what the resolution was.

Is there anyone on the list who has hit this, remembers to solution, and would care to share it?

Please AND Thanks

Gene
A7.3.11
 
RE: Monday, monday - can\'t create LF w/out specifying library

I believe you need to be creating the LF in the same library as the PF -
are you?

When you are compiling the LF in SVR it is looking for the PF in the
same library as the library you creating the LF (Object Library).



Jim
 
Re: RE: Monday, monday - can\'t create LF w/out specifying library

Yes, I'm trying to create the LF in the same library as the PF.

I found my "stoopid" mistake w/the FILE OPEN
was that I hadn't specified "UC" (User Controlled).
 
Back
Top