Hi
I am trying to execute a java program present in OMVS region via a JCL.
I was successful with BPXBATCH utility.
But on trying with BPXBATSL utility , I am getting the following error .
java: FSUM7351 not found
I have coded the following in JCL.
//STEP01 EXEC PGM=BPXBATSL,
// PARM='PGM /bin/sh -c java HelloWorld'
I have included the following environment variables in the OMVS location given under STDENV
1.PATH (export PATH=/usr/lpp/java/J7.1_64/bin)
2.LIBPATH (/lib:/usr/lib:/usr/lpp/java/J7.1_64/bin:/usr/lpp/java/J7.1_64/bin/classic:)
3.CLASSPATH
4.HOME
Request you to provide your suggestions to resolve the issue.