Page 2 of 2

Re: Handler Profound ui

Posted: Tue Aug 27, 2013 11:55 am
by Scott Klement
It appears that the HELLO001D file cannot be found in your library list. You mentioned earlier that you set up a library list in the PUI0001204 file, as discussed in our documentation... is it possible that you forgot to add the library containing your display file?

Or perhaps there is a mistake in your PUI0001204? Or something is malfunctioning in PUI0001204?

Can you show me what the data in PUI0001204 looks like?

Re: Handler Profound ui

Posted: Tue Aug 27, 2013 1:31 pm
by ddiack
Capture.PNG
Capture.PNG (25.5 KiB) Viewed 1947 times

Re: Handler Profound ui

Posted: Tue Aug 27, 2013 2:27 pm
by Scott Klement
RLJOBD = *USRPRF and RLCURLIB = *USRPRF tells Profound UI to get the library list and current library from the user profile's job description.

You can see the user profile's job description by typing the following, and paging down until you find the job description:

Code: Select all

DSPUSRPRF USRPRF(the-user)
Once you know what the job description is, you can view the library list by typing:

Code: Select all

DSPJOBD JOBD(library/jobd-from-user-profile)
You can then hit enter to get to the "Initial Library List" screen, and you'll be able to see the libraries from that job description.

Does that library list contain the needed library for the display file you are using?

Re: Handler Profound ui

Posted: Wed Aug 28, 2013 4:19 am
by ddiack
My library list
liblist.PNG
liblist.PNG (14 KiB) Viewed 1943 times
My initial library in the job description
init.PNG
init.PNG (6.2 KiB) Viewed 1943 times

Re: Handler Profound ui

Posted: Wed Aug 28, 2013 1:19 pm
by Scott Klement
Is HELLO001D in the IPR2000 library? Or, what library is it in?

Re: Handler Profound ui

Posted: Wed Aug 28, 2013 4:33 pm
by ddiack
No, HELLO0011D is in a other library. I think that it is the reason of my problem. So concerning the PTFs to install for recognizing the HANDLER keyword by the system, what are they?
Thank for your help