JZOS and WebSphere V6 for z/OS

General discussion on the JZOS batch launcher and toolkit
Post Reply
wchood
Posts: 1
Joined: Tue May 23, 2006 9:22 am
Location: Tennessee

JZOS and WebSphere V6 for z/OS

Post by wchood »

JZOS appears to be for the batch environment, however, there are some references in the forum to WebSphere. Can JZOS be used with WebSphere? Are there any limitations with WebSphere? Thanks for your comments.
Chester Hood, State of Tennessee
coz
Posts: 391
Joined: Fri Jul 30, 2004 5:29 pm

Post by coz »

Any of the JZOS toolkit functions can be used from any Java environment. Therefore, you can use any of the ZFile, ZUtil etc... classes from your code if you:

1.) include jzos.jar in your classpath
2.) include libjzosXX.so in your LIBPATH
3.) ensure that the .so is program controlled (extattr +p) so that it can run under Websphere.
Post Reply