IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

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


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Sujatha Gowda

New User


Joined: 30 May 2008
Posts: 6
Location: Bangalore

PostPosted: Tue Jun 17, 2008 5:22 pm
Reply with quote

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...
Back to top
View user's profile Send private message
Srinivasa Rao

New User


Joined: 21 Jun 2005
Posts: 75

PostPosted: Tue Jun 17, 2008 7:00 pm
Reply with quote

Hi Sujatha,

Try using the parameter

BPXBATCH SH /java /adms/Javbch/CustRep/CustRep.class 2007-08-28 2008-12-09 2222222222

I hope this will execute the command available in CustRep.class.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 2
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
Search our Forums:

Back to Top