0

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?

Vulpo
  • 873
  • 1
  • 9
  • 25
  • 1
    Please elaborate. Are you trying to determine the library list that was changed after calling the COBOL program from a com.ibm.as400.access.ProgramCall (or CommandCall)? Or do you need to set your library list so that you can safely call the COBOL program? – Tracy Probst Nov 14 '16 at 14:34

1 Answers1

0

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

danny117
  • 5,581
  • 1
  • 26
  • 35