View previous topic :: View next topic |
Author |
Message |
arvibala Beginner
Joined: 12 Feb 2008 Posts: 142 Topics: 67
|
Posted: Thu Oct 02, 2008 10:10 am Post subject: Data Format |
|
|
Hi All,
We are facing problem when we transfer file from Mainframe to a UNIX server.
For Example, this is my Output data format.
01 DATA.
05 NAME PIC X(05) VALUE SPACES.
05 FILLER PIC X(05) VALUE SPACES.
When I FTP
ARVIN
their response is there are 5 trailing spaces, but when I download it from MF, I dont see any.
I modified it as
01 DATA.
05 NAME PIC X(05) VALUE SPACES.
05 FILLER PIC X(05).
Here I can see trailing spaces, when I download.
Can anyone guide me on this?
Thanks
Arvind B _________________ Arvind
"You can make a difference with your smile. Have that with you always" |
|
Back to top |
|
|
Bill Dennis Advanced
Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Thu Oct 02, 2008 3:30 pm Post subject: |
|
|
Each of you should check your transfer options to be if blank truncation is on or off. _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
|
arvibala Beginner
Joined: 12 Feb 2008 Posts: 142 Topics: 67
|
Posted: Thu Oct 02, 2008 4:50 pm Post subject: |
|
|
Thanks Bill,
But if there are Valid blanks in between, will it cause problems? Say in the same example if we have
A N
How will blank truncation work here? _________________ Arvind
"You can make a difference with your smile. Have that with you always" |
|
Back to top |
|
|
|
|