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

Modify data for a spreadsheet


IBM Mainframe Forums -> PC Guides & IT News
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
SathishKumar Sampath

New User


Joined: 18 Nov 2008
Posts: 3
Location: Mumbai

PostPosted: Tue Feb 17, 2009 9:27 pm
Reply with quote

The records in an Excel spreadsheet are unformatted. Can I format it on the mainframe?
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Tue Feb 17, 2009 9:40 pm
Reply with quote

Use reverse-engineering.

Create the spreadsheet data in the desired text-based format, then upload that data to the mainframe. Now, you'll know how you need to format your data (and yes, you have to write the code to do the formatting). Some common data-exchange formats are comma-separated, tab-separated, symbolic link, HTML, and XML.

If you use XML for the data format on both ends it won't required any formatting conversion.
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> PC Guides & IT News

 


Similar Topics
Topic Forum Replies
No new posts Structured Data and Nested Loops via ... COBOL Programming 0
No new posts Alternate key data extracttion COBOL Programming 13
No new posts db2 vs static data COBOL Programming 1
No new posts External data queue (changes?) CLIST & REXX 0
No new posts Pull data using date difference betwe... DB2 6
Search our Forums:


Back to Top