QUESTION POSED ON: 24 February 2006
I want to write a COBOL program that will run in z/OS and create a sequential file that can then be FTP's to a network drive and opened with MS-Word (MS-Office 2003) as a fully formatted Word document with page headers, tables, and paragraphs.
I've tried XML, but MS-Word opens the file as if you are wanting to edit an XML document. I've tried HTML, but when I click it, I get most of the "view" I want, but I'm in Internet Explorer and cannot modify the document.
I've also tried a *.csv to MS-Excel, but I cannot get the formatting I need.
These files are to document test cases and will need to be opened by MS-Word and updated.
Can you please give me some direction? I don't even know where to begin looking.
|