265 pts.
 level check error
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

Answer Wiki:
Also, are you using the correct DSPF. Do a WORKOBJ *all/yourCLP and WORKOBJ *ALL/yourDSPF to see if you have multiple version on your system.
Last Wiki Answer Submitted:  May 25, 2012  2:13 pm  by  CharlieBrowne   33,710 pts.
All Answer Wiki Contributors:  CharlieBrowne   33,710 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

are you sure you are using the newly-recompiled CL?

 7,205 pts.

 

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.

 265 pts.

 

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.

 265 pts.