Page 1 of 1

Running BPXBATSL utility in z/OS

PostPosted: Tue Sep 29, 2015 5:01 pm
by apru
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.

Re: Running BPXBATSL utility in z/OS

PostPosted: Wed Oct 07, 2015 7:15 pm
by NicC
Speak with your site java support.