> RM/COBOL
▪ Relativity
▪ Xcentrisity BIS
▪ BIS-Express
▪ Cobol-WOW
▪ XML Extensions
▪ Xcentrisity Frameware
▪ Cobol Access+
|
The ship standard of Ryan McFarland, gives to the programmers a phenomenal added value, allowing with a minimum of programming and maintenance them, to distribute to applications in an ample fan of platforms and operating systems
Runtimes: portability without commitments
The foundation of the RM/COBOL portability is runtime, that allows a program to work in an ample fan of platforms. This system provides the flexibility necessary to develop a product without worrying about the evolution that constantly undergoes operating systems and hardware. In order to develop an application, the programmer uses a combination of a compiler RM/COBOL and runtime especiífico of the platform destiny where the end user wishes to carry out the operation. Compilers RM/COBOL generate a code intermediate (neutral architecture), that is executed by runtime. If the user wishes to operate the application in a different platform, the unique thing that it must do is to add to another one runtime. It is not necessary to recompilar, and so the development of applications is simpler and economic.
RM/COBOL: Characteristics
Utility of RM/COBOL
- Instrumentation.
- It allows to discover errors and segments of code that never will be executed, as well as to optimize the flow of the program
- File conversion
- File conversion of data of previous versions
- Data retrieval.
- It reclaims indexed files or it extracts registries of them
- MAP.
- It watches within object COBOL and of the bookstores of programs to see the use of the memory and the information of compilation. It examines the data files to discover its characteristics.
- Definition of index.
- It alters the characteristics by defect of an indexed file.
|