Get WebFacing library list in Java

87 Views Asked by At

I have a com.ibm.as400.access.AS400 object for a WebFacing connection in my application. On the COBOL side, some libraries are added to the library list at the beginning of the program. How do I retrieve them in Java from my AS400 object?

1

There are 1 best solutions below

0
danny117 On

You'll need to create a job object then call get library list method getUserLibraryList