Running BPXBATSL utility in z/OS



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

Running BPXBATSL utility in z/OS

Postby apru » Tue Sep 29, 2015 5:01 pm

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.
apru
 
Posts: 34
Joined: Mon Feb 10, 2014 9:13 pm
Has thanked: 1 time
Been thanked: 0 time

Re: Running BPXBATSL utility in z/OS

Postby NicC » Wed Oct 07, 2015 7:15 pm

Speak with your site java support.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post