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

Problem when loading file from pc to mainframe


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

New User


Joined: 07 Jan 2007
Posts: 13
Location: INDIA

PostPosted: Thu Apr 30, 2009 2:13 pm
Reply with quote

Hi,

I have one text file which contains lot of records of 1000 bytes each. Need to load into mainframe. The emulator we are using is Passport. I used option 6 to load into mainframe. I can able to load into mainframe, but in mainframe I am getting un-necessary spaces in between every character and also its wraping after every 251 bytes( In notepad I removed wordwrap option, still facing problem). Could anyone help on this.

Thanks in advance.

Soundar.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Apr 30, 2009 2:21 pm
Reply with quote

Hello,

Wordwrap in notepad merely changes the view of the data on the pc screen. It does not modify the format.

Suggest you pre-allocate a mainframe file of the proper dcb info and then ftp your pc text file into that pre-allocated mainframe file.

Then look at the content and let us know what happened. Post part of a problem record from the pc as well as the same record in hex on the mainframe using the Code tag and explain what problem(s) exist in the mainframe file from the posted example.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Apr 30, 2009 2:24 pm
Reply with quote

Can you not use the OPTIONS button from the transfer GUI and set up a new format that will not wrap the data.

It is easy to do, and takes about 30 seconds.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Thu Apr 30, 2009 5:10 pm
Reply with quote

It sounds like the file is being treated as Unicode -- I've seen double byte characters being generated when such a file is transferred to the mainframe.

The z/OS default, typically, if you don't preallocate a file or provide the DCB during the file transfer is to allocate the file as variable blocked, 255 record length. Subtract four for the record descriptor word and there's 251 bytes for data in each record.
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 4
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
No new posts Mainframe openings in Techmahnidra fo... Mainframe Jobs 0
Search our Forums:

Back to Top