Page 1 of 1

PUIWRKSPLF

Posted: Tue Jun 30, 2015 4:40 am
by k2R400
Hello,

Is it possible to use PUIWRKSPLF with a filter on an OUTQ ?
Also, i don't understand the *OUTQ parameter on the PRINT keyword : I have a message : Library not found if i use *OUTQ.

Thank you in advance

Re: PUIWRKSPLF

Posted: Thu Jul 02, 2015 2:05 pm
by Scott Klement
It's possible that the *OUTQ parameter for print doesn't work...

Can you give me an example of what you are trying to do?

Re: PUIWRKSPLF

Posted: Thu Jul 02, 2015 2:08 pm
by Scott Klement
You might try the following. This shows all of the files in 'my-outq'. Is that what you're looking for?

Code: Select all

PUIWRKSPLF SELECT(*ALL my-outq)

Re: PUIWRKSPLF

Posted: Fri Jul 03, 2015 4:55 am
by k2R400
Your example works for an OUTQ.
Sorry and Thank you

Re: PUIWRKSPLF

Posted: Wed Jul 08, 2015 3:12 am
by k2R400
Is-it possible to have the DSS of this screens (PUIWRKSPLF) ?
To change change the language and the style ?

Another Question :

What is the best way to open the PUIWRKSPLF command in another browser tab (after a clic on a button) ?

Thank you

Re: PUIWRKSPLF

Posted: Wed Jul 08, 2015 9:43 am
by Scott Klement
Unfortunately at this time, PUIWRKSPLF has only been written for English. We could start a feature request to have that changed in the future...

I don't think we can give away the source code for the display -- what do you need to change?

PUIWRKSPLF is a Rich Display program, you can start it the same way as any other Rich Display. If you want it to run in a new window, you could use JavaScript to create a new window and start a new session there... or you could use Atrium...