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

File getting Truncated while using Connect:Direct


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic :: View next topic  
Author Message
swapnadeep.ganguly

Active User


Joined: 21 Mar 2007
Posts: 203
Location: India

PostPosted: Thu Mar 13, 2008 12:33 pm
Reply with quote

Hi Gurus,

I am required to transfer a file from the Mainframe to the UNIX server. The file length in Mainframes is say 121 bytes. But when we are using Connect:Direct to transfer the files to the UNIX, then the file gets truncated to 88 bytes in UNIX.

In Mainframes the columns 89 to 121 bytes are blanks. Can any one please help me out in this???

I came to the point that since these columns are blank, so the files while getting transferred are truncated.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Mar 13, 2008 2:06 pm
Reply with quote

SYSOPTS=":STRIP.BLANKS=NO:"

Quote:

STRIP.BLANKS=NO|YES

specifies whether trailing blank characters are removed from the text record before writing or transmitting the record.
Back to top
View user's profile Send private message
swapnadeep.ganguly

Active User


Joined: 21 Mar 2007
Posts: 203
Location: India

PostPosted: Thu Mar 13, 2008 3:40 pm
Reply with quote

Hi Kevin,

I tried the above parameter... But still the file is truncated...

Some one told me that UNIX takes spaces to be null and the same is truncated...
Back to top
View user's profile Send private message
santosh.ambaprasad

New User


Joined: 08 Mar 2009
Posts: 16
Location: London

PostPosted: Thu May 06, 2010 8:31 pm
Reply with quote

Chnage the SYSOPTS to below.It will preserve the trailing spaces.

SYSOPTS=":STRIP.BLANKS=NO:DATATYPE=TEXT"

NOTE: Just want to ensur the completeness of POST.So replying to the pretty old thread.Apologies for that.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   This topic is locked: you cannot edit posts or make replies. View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


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 Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top