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

Nemeric value as Text in .CSV file sent in Email


IBM Mainframe Forums -> PC Guides & IT News
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sudharsan.soundararajan
Warnings : 1

New User


Joined: 15 Oct 2008
Posts: 17
Location: Chennai

PostPosted: Mon Jul 27, 2009 10:18 am
Reply with quote

Hi,

I am sending a .CSV file as an attachment in a Email.
i am using ICEGENER and //SYSUT2 DD SYSOUT=K,DEST=TCPSMTP
for this.

One of my field is PIC X(08), this mostly contains numeric values. But this is an important filed.

In the Flat file say my value is 0001, when it gets emaild and users open the .CSV file using excel. There the value is shown as 1. the preceding zeroes are not shown in the excel.

i tried by populating quatos in the Flat file like '0001' , but the excel also show '0001'.

can any one please help.

Code:
--<< boundary_identifier >>                                         
Content-Type: application/octet-stream; name="XXX.CSV"
Content-Transfer-Encoding: ascii                                     


this is the content i am using for making it as an attachment.
Back to top
View user's profile Send private message
prino

Senior Member


Joined: 07 Feb 2009
Posts: 1306
Location: Vilnius, Lithuania

PostPosted: Mon Jul 27, 2009 11:18 am
Reply with quote

And what does this have to do with JCL, let alone mainframes?

The problem is with some MacroShaft program. Ask them!
Back to top
View user's profile Send private message
nemo_budd

New User


Joined: 30 Mar 2008
Posts: 7
Location: Pune

PostPosted: Tue Jul 28, 2009 12:52 am
Reply with quote

Hi,

while opening(importing) the .csv file in excel, you need to specify the particular column as text. Then you will get your pre fixing zeros.
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 -> PC Guides & IT News

 


Similar Topics
Topic Forum Replies
No new posts How to save SYSLOG as text data via P... All Other Mainframe Topics 4
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
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
Search our Forums:

Back to Top