Hi,
I am trying to ftp a file from my local machine to a mainframe system.
I am running the PUT command from command prompt.
The text file that i have in my local machine has some XML data spreaded to pages. I have defined the destination mainframe file on mainframe with DCB = 500. The transfer was successful but the data is getting truncated when i am loading the file into mainframe. The mainframe file has got only one line with 500 characters. And the rest of the data are truncated.
Although the destination file is 500 characters I want the XML data as such from the notepad. i,e one XML tag per line.
Please help me with this.