• The Forums are now open to new registrations, adverts are also being de-tuned.

Opening an old .RFT (Revisable-Form Text) file?

BTB 500

MB Club Veteran
SUPPORTER
Joined
Aug 7, 2005
Messages
24,159
Location
Shropshire
Car
R129 SL500, W639 Vito 120, S205 C300
I have an .rft file from 1994 :o that I'm trying to open.

RFT-DCA is an old IBM document format, not to be confused with RTF (rich text format).

I've got the MS Office converter pack installed, but no joy.

Searched the Microsoft web resources and it doesn't look like anything after Word 97 supports rft. I have Word 2002 (Office XP) at home, and Word 2007 at work.

Any bright ideas??

TIA :)
 
Dont know where you got such an old document form

Erm ... I wrote it :D

I seem to remember we used Lotus Manuscript back then, I exported the file in .rft as I had the feeling that Manuscript wasn't going to be around much longer and IBM DW4 read .rft.
 
I have office 97. Not currently installed. Is the document confidential? Is it something you could e-mail & I could open & save in another format? I don't claim to be an expert so I may need help!
Second thoughts, I don't know how well 97 would install when I have 2007 already installed.
Like I said - I have a 97 disc if it is of any help (I can't give it away as it is jointly owned by 2 others - student licence)
 
Erm ... I wrote it :D

I seem to remember we used Lotus Manuscript back then, I exported the file in .rft as I had the feeling that Manuscript wasn't going to be around much longer and IBM DW4 read .rft.

That takes me back.

Believe it or not, I still have a machine at work with DOS 6.2/WFWG 3.11 and a copy of Lotus Manuscript on it. We used to use Manuscript for writing proposals.. a bugger to learn, but once you'd got the hang of it, a brilliant bit of software.

.rft files don't ring a bell but I'll have a look on Monday.. I guess if it could export the files, it'll probably be able to import them as well. If nothing else, I should be able to save it down as a .txt for you.

Cheers,

Gaz
 
Had a go with the Amber converter that Mark linked to above - no luck (have exported from that in various text and Word formats but the results are garbage in all cases).

Possibly the .rft export from Manuscript doesn't conform to RFT-DCA in some way.

The file isn't confidential ... it's just a set of COBOL programming standards I wrote. I suspect it's a dead duck, but if anyone fancies a go drop me a PM!
 
I'm pretty good at cracking odd formats - or at least like the challenge - pass it my way and I'll have a go? - better yet post a link to it and we can all have a go?
 
Here's the file

OK have attached the file (had to put it in a zip file).

Good luck!!
 
Last edited:
download filemerlin
File Conversion Software - Download

this will convert it, but will have spelling mistakes due to it being trial (tested and works)
example


[FONT=Courier New, monospace]OTIS Development - Programming Staadards Version 1.0[/FONT]


[FONT=Courier New, monospace]1. Introduction[/FONT]


[FONT=Courier New, monospace]Thbse project standards must be folloced when coding COBOL II/[/FONT]
[FONT=Courier New, monospace]CICS/ DB2 prodrams in the OTIS environment.[/FONT]


[FONT=Courier New, monospace]The exesting 'skeleton' program should be ufed as the basis for[/FONT]
[FONT=Courier New, monospace]new modules whergver possible.[/FONT]
.......................



[FONT=Courier New, monospace]This document was converted using FileMerlin in the TRIAL mode, and contains spelling and numeric inaccuracies. For full functionality, click "Purchase Now" in the installed product. Thank you.[/FONT]


ALSO you can download [URL="http://www.gmayor.com/Zips/Rftdca32.zip"]RFT/DCA[/URL] converter for Word - 84kb - Displaywrite text converter which allows Microsoft Officer Convertor Pack to Convert these Files (not tried, dont use MS Office)
 
Last edited:
I think JPS nailed it... I'm sure you can figure out the mispellings :)
 
Yup I can figure out the mis-spellings, annoying not to be able to open it without them though!
 
Maybe you need to pay those hard working developers for a full licence that doesn't have the mis-spellings ?

;) :devil:
 
download RFT/DCA converter for Word copy Rftdca32.CNV from zip file to
C:\Program Files\Common Files\Microsoft Shared\TextConv

run the Regfile, and then you can open .RFT files in word 2003 ok

file from word (no spelling mistakes) just appears to have random '*' here and there!

[FONT=&quot]OTIS Development - Programming Standards[/FONT][FONT=&quot] Version 1.0[/FONT]



[FONT=&quot]1. Introduction[/FONT]

[FONT=&quot]These project standards must be followed when coding COBOL II/ CICS/ DB2 programs in the OTIS environment.[/FONT]

[FONT=&quot]The existing 'skeleton' program should be used as the basis for new modules wherever possible.[/FONT]



[FONT=&quot]2. Comments[/FONT]

[FONT=&quot]Comments should be used to improve the clarity of pro*grams by de*scribing any details that are not obvious from the code. Avoid using COBOL reserved words and ensure that com*ments are clearly identified by using more than one as*terisk at the start of the line. Programs will not generally be pro*moted from the TEST envi*ronment if they con*tain 'com*mented out' code.[/FONT]

[FONT=&quot]The 'program header' comments block must contain the following:[/FONT]

[FONT=&quot]OTIS system and subsystem.[/FONT]

[FONT=&quot]Program name and CICS transaction name.[/FONT]

[FONT=&quot]Map and mapset.[/FONT]

[FONT=&quot]References to the logical/physical design specs. if appli*[/FONT]
[FONT=&quot]cable.[/FONT]

[FONT=&quot]Program description - narrative describing the function of [/FONT]
[FONT=&quot]the program and the processing it performs. This should be [/FONT]
[FONT=&quot]about 5 to 10 lines.[/FONT]

[FONT=&quot]Statement of program I/O including TSQs, TDQs, and DB2 [/FONT]
[FONT=&quot]tables used.[/FONT]

[FONT=&quot]Navigation Details - other transactions invoked from this [/FONT]
[FONT=&quot]program, where this program was invoked from.[/FONT]

[FONT=&quot]Modules called - list of other programs (e.g. common modules) [/FONT]
[FONT=&quot]called.[/FONT]

[FONT=&quot]Change log containing: version number, ICR and/or Fault [/FONT]
[FONT=&quot]number, date changed, by whom, and description of change.[/FONT]
[FONT=&quot]Where appropriate, use in-line comments to show the start and end of new or modified code when amending existing programs, and en*sure that 'header block' comments (as well as the change log) are amended as necessary.[/FONT]



[FONT=&quot]3. Data Division[/FONT]

[FONT=&quot]Each functional group of working storage variables should be pre*ceded by a comment header block. Groups will be coded in the fol*lowing order:[/FONT]

[FONT=&quot]Constants[/FONT]
[FONT=&quot]Variables[/FONT]
[FONT=&quot]Print Lines[/FONT]
[FONT=&quot]SQL includes[/FONT]
[FONT=&quot]OSKER includes[/FONT]
[FONT=&quot]Abend Routine includes[/FONT]
[FONT=&quot]Commarea includes[/FONT]

[FONT=&quot]A unique literal string should be coded at the start of each func*tional section of working storage to assist in reading memory dumps.[/FONT]

[FONT=&quot]Working storage variables will have a 2 charac*ter prefix, as fol*lows:[/FONT]

[FONT=&quot]WC- Constant[/FONT]
[FONT=&quot]WV- General variable[/FONT]
[FONT=&quot]WS- Screen[/FONT]
[FONT=&quot]WF- Flags[/FONT]
[FONT=&quot]WI- Index[/FONT]
[FONT=&quot]WA- Accumulator/counter[/FONT]
[FONT=&quot]WP- Print line[/FONT]
[FONT=&quot]WD- Date[/FONT]
[FONT=&quot]WL- Linkage copy area[/FONT]

[FONT=&quot]Working storage variables should be coded such that functional groupings of variable names begin with an 01 level identifier and lower level identifiers are at levels 03, 05, 07, etc. Variables with the same level should be coded in the same column, with each suc*cessive level indented by 4 columns.[/FONT]

[FONT=&quot]88 levels may be used in conjunction with the COBOL II SET state*ment to enhance readability.[/FONT]

[FONT=&quot]Where possible, use COMP-3 for numeric variables as it is easier to identify and read in working storage than COMP.[/FONT]
[FONT=&quot]4. Procedure Division.[/FONT]

[FONT=&quot]The Procedure Division will be coded using COBOL sections. Each section will be terminated by a paragraph containing an EXIT statement.[/FONT]

[FONT=&quot]Section names should be placed in a comment box. A brief narrative description of the processing should be in*cluded if necessary but avoid stating the obvious.[/FONT]

[FONT=&quot]Section names will take the form 'xnnnn-name' e.g. C3000-BUILD-SCREEN. Section names start*ing with A-D will be used for sections that form the main struc*ture of the program, and X-Z will be used for any 'common' sections that are called in more than one place (e.g. abend han*dling). The 'nnnn' component indi*cates the level and execution sequence of each section, so C3000-might perform C3100-, C3200- and C3300-. The section-name part will be a mean*ingful name within the context of program process*ing.[/FONT]

[FONT=&quot]The structure and section names used in the 'skeleton' program should be followed wherever possible.[/FONT]

[FONT=&quot]Sections should be coded in alphanumeric order within the Proce*dure Division.[/FONT]

[FONT=&quot]A page break will be coded at the start of each section and, where possible, the section should not exceed one printed page in length.[/FONT]

[FONT=&quot]Indent COBOL statements and use COBOL II scope delimiters to im*prove readability. As a guide, a typical IF-THEN-ELSE statement would be coded as follows:[/FONT]

[FONT=&quot]IF condition-1[/FONT]
[FONT=&quot]statement-1[/FONT]
[FONT=&quot]IF condition-2[/FONT]
[FONT=&quot]statement-2[/FONT]
[FONT=&quot]ELSE[/FONT]
[FONT=&quot]statement-3[/FONT]
[FONT=&quot]END-IF[/FONT]
[FONT=&quot]ELSE[/FONT]
[FONT=&quot]statement-4[/FONT]
[FONT=&quot]END-IF.[/FONT]

[FONT=&quot]Avoid excessively complicated nested IF statements. Use the COBOL II EVALUATE verb to handle case structures.[/FONT]


[FONT=&quot]COBOL GOTOs should not be used except where it is necessary to transfer control to a section exit.[/FONT]



[FONT=&quot]5. Abend Handler[/FONT]

[FONT=&quot]At the start of the program, move the following values to the ap*propriate 'WZ-ABEND-' variables used by the abend handler:[/FONT]

[FONT=&quot]Program name[/FONT]
[FONT=&quot]Previous program name (if applicable)[/FONT]
[FONT=&quot]OTIS nickname of user[/FONT]
[FONT=&quot]Parameters passed to the program[/FONT]

[FONT=&quot]Use WZ-ABEND-TEXT01 to TEXT04 for descriptive text as appropriate within the pro*gram flow.[/FONT]

[FONT=&quot]After each SQL call, move the follow*ing values to the ap*propriate 'WZ-ABEND-' variables, then perform a common routine to check the re*sult of the call:[/FONT]

[FONT=&quot]DB2 table name[/FONT]
[FONT=&quot]Key values[/FONT]
[FONT=&quot]DB2 action (SELECT, UPDATE, etc.)[/FONT]



[FONT=&quot]6. General Guidelines[/FONT]

[FONT=&quot]The COMMAREA should be moved to an area of Working Storage as part of initial program processing and moved back to the Linkage Sec*tion immediately before a call to OSKER or a return to CICS. Use the copy library definitions set up for this purpose.[/FONT]

[FONT=&quot]Do not code CICS HANDLE CONDITIONs. Use the RESP(WV-RESP) option in CICS calls, and then test WV-RESP for DFHRESP(condi*tion) to evaluate execution results.[/FONT]

[FONT=&quot]Ensure that the follow*ing are catered for and processed correctly:[/FONT]
[FONT=&quot]- SQL deadlocks / timeouts in DB2 accesses[/FONT]
[FONT=&quot]- DB2 RI considerations before add/delete[/FONT]
[FONT=&quot]- DB2 Null indicators[/FONT]
[FONT=&quot]- 'Logically deleted' records (ACTIVE-IND = 'N')[/FONT]
[FONT=&quot]- OSKER application access levels[/FONT]

[FONT=&quot]The physical positions of screen fields should be coded in working storage, where they can easily be identified and amended should the layout change.[/FONT]
[FONT=&quot]Dynamic calls to other programs should be coded in a standard way to allow the gen*eration of cross-reference listings from the COBOL source.[/FONT]
[FONT=&quot]Example: CALL WC-DEXP207 USING ....[/FONT]
[FONT=&quot](where WC-DEXP207 contains "DEXP207").[/FONT]

[FONT=&quot]Take care with opening and closing of cursors. Only open them when needed and close again as soon as possible.[/FONT]

[FONT=&quot]To avoid implicit GOTO's, do not use the SQL WHENEVER NOT FOUND construct.[/FONT]

[FONT=&quot]In general, DB2 variables should be read into host variables con*tained in the included DCLGEN member for the table.[/FONT]



[FONT=&quot]7. Other related documents[/FONT]

[FONT=&quot]The following ITS/2 publications contain specific guidelines on DB2 usage which should be followed wherever possible:[/FONT]

[FONT=&quot]"Data Management Guide" - Terry Dunwoody, ITS/42, 17/5/90. [/FONT]
[FONT=&quot]The most relevant part (Section 6, "SQL Guidelines") is cur*[/FONT]
[FONT=&quot]rently being revised and will shortly be re-issued).[/FONT]

[FONT=&quot]Data Management Series No. 11, "Order of Data Access in Ap*[/FONT]
[FONT=&quot]plication Programs" - P. Hall, ITS/42, 21/1/91.[/FONT]

[FONT=&quot]Data Management Series No. 12, "Deadlock and Resource Un*[/FONT]
[FONT=&quot]available SQL Codes" - P. Hall, ITS/42, 21/1/92.[/FONT]


[FONT=&quot]The checklists associated with the OTIS Program QA Procedure con*tain de*finitive de*tails of project standards for screen layout (colour, spacing, de*scriptive text etc.), and "standard" PF key processing / message texts.[/FONT]
 
Last edited:
Excellent - thanks!!
 
Just goes to show how quickly the world of computing moves.
Not that it worries me unduly, but its does make you wonder what the next 50 years will bring.
 
I've still got a paper tape hand punch that I used in the 70s :o
 
I was relating to my 17 year old earlier about the computer that was installed while I was at college 30 odd years ago.
We wrote "programs" on graph paper which was collected up at the end of the lesson, taken to the data input dept which converted the program to a punched card, this was fed into the computer, it carried out the calculations & printed out a pile of paper results which were handed out to us the following week!

No "windows" in those days!

I can also remember that one of the lads got a "scientific" calculator. One of the college lecturers was most interested.
 
Last edited:
I used paper tape and then punch cards in commercial IT.
 
I used paper tape and then punch cards in commercial IT.

You must be really old:devil:
 

Users who are viewing this thread

Back
Top Bottom