I currently have a DSPF & a CL that work. I added a field to the DSPF and added logic to the CL to use the new field. Both compiled successfully (DSPF and then CL). When I run the CL, I am getting a CPF4131 (level check). The CL is pointing to the correct DSPF. I've never had this happen before. Any suggestions would be greatly appreciated.
Software/Hardware used:
i5/os, iseries, cl
ASKED:
May 25, 2012 1:06 PM
UPDATED:
May 29, 2012 4:36 PM
are you sure you are using the newly-recompiled CL?
I have the original version in the prod lib. I checked the test CL compile printout and it is pointing to the test DSPF. The test lib is first in the libl.
I found the problem. The program is called from the user profile. That had the library hard coded in it. All is working now. Thanks for the input.