Concatenation of HFS (USS) file with the java(run) command

General discussion on the JZOS batch launcher and toolkit
Post Reply
Sujatha Gowda
Posts: 2
Joined: Tue Jun 17, 2008 5:47 am

Concatenation of HFS (USS) file with the java(run) command

Post by Sujatha Gowda »

Hi...

Could anyone tell me how to concatenate an HFS(USS) file with the java (run) command in the jcl invoking BPXBATCH similar to concatenating 2 PDS's??

I used as below:

//STDIN DD PATH='/adms/Javbch/CustRep/CustRep.stdin1',
// PATHOPTS=(ORDONLY)
// DD *
java /adms/Javbch/CustRep/CustRep.class 2007-08-28 2008-12-09 2222222222

but it is not recognizing the java(run) command...

Kindly help me out...
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

BPXBATCH doesn't support reading STDIN from DDs.

Also, we do not answer questions about BPXBATCH here. If you want to use the JZOS launcher, please read the user's guide and if you have a problem, please ask.
Post Reply