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

How to convert Mainframe file to excel format ?


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sreejeshcs

New User


Joined: 28 May 2007
Posts: 31
Location: Pune

PostPosted: Sun Mar 31, 2013 12:35 am
Reply with quote

Hello,

I need help to convert mainframe file to XLS format which should have multiple sheets. and SMTP the file to mailbox as attachment.

I hope only SAS can do the conversion. Can some one guide me how to do convert the mainframe file to XLS?

Thanks
Sreejesh[/img]
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Sun Mar 31, 2013 1:22 am
Reply with quote

According to SAS, it is possible:

support.sas.com/resources/papers/proceedings11/170-2011.pdf
Back to top
View user's profile Send private message
Phrzby Phil

Senior Member


Joined: 31 Oct 2006
Posts: 1042
Location: Richmond, Virginia

PostPosted: Wed Apr 03, 2013 2:45 am
Reply with quote

Why do you hope that only SAS can do this? Is it a problem if there is another way? Unless, of course, you are with the SAS Institute and you want no competition.
Back to top
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Wed Apr 03, 2013 2:49 pm
Reply with quote

Hello,
The link that Kevin provided should get you a good start in generating multisheet Excel file with ODS EXCELXP.

It might also be worth taking a look at MSOFFICE2K_X tagsets. I personally prefer them over ODS EXCELXP, since they are easy to code and has more options than EXCELXP.

support.sas.com/rnd/base/ods/odsmarkup/msoffice2k/index.html

EXCELXP generates a XML output file & MSOFFICE2k_X generates a HTML file(both of them recognizable by Excel & transparent to the user), so both the techniques may generate different size files. And you can decide which one to use based on your input file and the volume that can be sent over email.

Hope it helps.
Back to top
View user's profile Send private message
Ed Goodman

Active Member


Joined: 08 Jun 2011
Posts: 556
Location: USA

PostPosted: Wed Apr 03, 2013 7:32 pm
Reply with quote

I think the 'hope' statement was more like 'I hope I can do it using just SAS.'
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
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 Populate last day of the Month in MMD... SYNCSORT 2
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top