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

VB Length file being stripped of CR and RDW during FTP


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
chanki01

New User


Joined: 06 Dec 2007
Posts: 1
Location: Troy MI

PostPosted: Sat Mar 08, 2008 1:09 am
Reply with quote

Hello,

I am getting a file via JCL/FTP which goes out to a server to pick up a Variable Length file that is being sent to a server in EBCIDIC. The reason it is being sent in EBCIDIC is to maintain the integrity of a Binary Bit Map that is included with every record. The problem I am having is that the file is currently coming to us as one continuous string of data. The CR and RDW are being stripped off the file during the FTP process.

Below are the commands listed after the IP address that are currently being used:

BINARY
LOCSITE RECFM=VB LRECL=154 BLKSIZE=0
get KELLYSERV0.B00094 'TEST.IDA65.FROMAMEX.RESPONSE(+1)'
quit

Any help would be greatly appreciated.

Thanks

Chris
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Sat Mar 08, 2008 1:54 am
Reply with quote

To keep the EBCDIC values, the file was probably sent to the intermediate server as BINARY. The binary file on the server has no RDW or CRLF and is just a string of data with no concept of "records".

When you bring this back to your mainframe that's what you get is a string of data.

You need a utility such as TRSMAIN (free from IBM) to PACK the records into a fixed length file before sending from the original mainframe. When you receive it on your mainframe, do the UNPACK to get the original VB file.
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 1
No new posts Store the data for fixed length COBOL Programming 1
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 PARSE Syntax for not fix length word ... JCL & VSAM 7
Search our Forums:

Back to Top