Query on using Sample JCL for JZOS

General discussion on the JZOS batch launcher and toolkit
Post Reply
jaggz
Posts: 1
Joined: Sat Jun 11, 2011 11:21 pm

Query on using Sample JCL for JZOS

Post by jaggz »

Hi,

I have download your Loadmodules, sample jcl and Pax files. Even the batch launcher executed your Hello world message. My question to execute the classes built by myself where do i have to place the class file so that the JZOS batch picks those class files in the batch jcl. we even have created the JZOS home directory where all the JZOS config files are staying. Please provide me a hint to execute a new class files using JZOS.

Regards,
Jags
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

As with any Java JVM, the classes are found by searching the CLASSPATH.

You must set this environment variable in your STDENV script.
Post Reply