The moose likes Other Open Source Projects and the fly likes Problem with FTPing file to Mainframe dataset using apache commons net Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "Problem with FTPing file to Mainframe dataset using apache commons net" Watch "Problem with FTPing file to Mainframe dataset using apache commons net" New topic
Author

Problem with FTPing file to Mainframe dataset using apache commons net

Damodara Reddy Gosula
Greenhorn

Joined: Dec 25, 2011
Posts: 2
Hi,

I'm ftping a file to Mainframe dataset. But the problem is, only first 256 characters of the file are being received on mainframe dataset and rest of it is truncated. I was advised to execute/run the ftp command "locsite lrecl=320 recfm=fb blocksize=6080" so that the record length would be set to 320 characters and file will not be truncated. I tried running this command using both sendSiteCommand(String) and sendCommand(String) of apache commons FTPClient class.Though return status of sendCommand is '500' and sendSiteCommand is 'true', the data being stored is only 256 characters on the mainframe dataset. I have tried by using sendCommand("rec=-320,,f,ascii") also, but not of any use.

Can someone please help me by advising how to overcome this scenario?

Many Thanks in advance.

Regards,
Damodara Reddy
 
IntelliJ Java IDE
 
subject: Problem with FTPing file to Mainframe dataset using apache commons net
 
Threads others viewed
Size for Prepared Statement setString()
Problem with FTPing file to Mainframe dataset using apache commons net
commons net 1.4.1 - sendSiteCommand
need to send ftp explicit command using Apache Commons Net classes
problem with outputText in datatable
IntelliJ Java IDE