Code Comments
Programming Forum and web based access to our favorite programming groups.May you help me to convert a rmcobol file in a .txt file ? I use NE but it doesn't read rmcobol file. Thank, Maurizio Giacobbe -- Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
Post Follow-up to this messageOn Mon, 30 May 2005 15:24:09 +0000 (UTC), "Maurizio Giacobbe" <maug7@yahoo.it> wrote: >May you help me to convert a rmcobol file in a .txt file ? > >I use NE but it doesn't read rmcobol file. > >Thank, > > Maurizio Giacobbe Easy. If this is a once off. Create a program with RM/COBOL that reads the RMCOBOL file, and saves the records into a sequential file (line or record). Bear in mind that you may need to convert some numeric formats like COMP-6 to valid MF formats. Preferrably convert all numerics to numeric edited with leading/trailing sign. If you are keeping the application in RM/COBOL working, then look at the use of RELATIVITY to access the files. This will enable your MF programs to access the RM files directly using ODBC. Frederico Fonseca ema il: frederico_fonseca at syssoft-int.com
Post Follow-up to this messageI don't have RM/Cobol compiler but the Microfocus NetExpress 3.1 Do you know if exist some tool or utility that reads RMcobol files ? Thank, Maurizio Giacobbe -- Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
Post Follow-up to this messageOn Tue, 31 May 2005 06:08:20 +0000 (UTC), "Maurizio Giacobbe" <maug7@yahoo.it> wrote: >I don't have RM/Cobol compiler but the Microfocus NetExpress 3.1 > >Do you know if exist some tool or utility that reads RMcobol files ? RELATIVITY www.liant.com Frederico Fonseca ema il: frederico_fonseca at syssoft-int.com
Post Follow-up to this messageI have tried relativity but i do not succeed to read rmcobol files, Exist a small free compiler for rmcobol files? thank you. Maurizio -- Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
Post Follow-up to this messageMaurizio Giacobbe wrote: > I have tried relativity but i do not succeed to read rmcobol files, > > Exist a small free compiler for rmcobol files? thank you. > > Maurizio > > > -- > Posted via Mailgate.ORG Server - http://www.Mailgate.ORG A program (released under GPL) claims to be able to read these files. It might (or might not) work for you. http://www.janes.demon.co.uk/
Post Follow-up to this messageThank, i'have already tried this utility. It works good, but it does not convert all data correctly when there are 3 numbers consecutives that are equal (eg. 111 is converted 11). Maurizio -- Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
Post Follow-up to this messageMaurizio Giacobbe wrote: > Thank, i'have already tried this utility. > > It works good, but it does not convert all data correctly when there > are 3 numbers consecutives that are equal (eg. 111 is converted 11). > > Maurizio > > If you are trying to read a RM/Cobol index file into a flat file (without the index keys), you might use the utility that is provided with the runtime. command line= (runtime folder)\RUNCOBOL (runtimefolder)\RECOVER2 A="(indexfile)" This should create a non-indexed file with only the data. Good Luck, Bob.
Post Follow-up to this messageThank, i have found a old rmcobol compiler and now i read good the files. Maurizio -- Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.