Rexx/ISAM: Difference between revisions
Appearance
mNo edit summary |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
A [[REXX]] extension that allows access to [[ISAM]] files (old school database files), at this point only ISAM files created by program using the [[C/Database Toolchest]] library are supported and you will need to modify it if you plan to use other ISAM files. | A [[REXX]] extension that allows access to [[ISAM]] files (old school database files), at this point only ISAM files created by program using the [[C/Database Toolchest]] library are supported and you will need to modify it if you plan to use other ISAM files or files from related products such as [[VSAM]]. | ||
==Version== | ==Version== | ||
* | *1.1 (2003) | ||
: At this point the extension is only supplied in [[C]] source code form that you will need to compile and if you intend to change the source you may need access to the [[C/Database Toolchest]] library. | : At this point the extension is only supplied in [[C]] source code form that you will need to compile and if you intend to change the source you may need access to the [[C/Database Toolchest]] library. | ||
==Licence== | |||
* Open source software released under the [[LGPL v2.1]] | |||
*Author: [[Mark Hessling]] | |||
==Links== | ==Links== | ||
* [http://rexxisam.sourceforge.net REXX/ISAM Homepage] | * [http://rexxisam.sourceforge.net REXX/ISAM Homepage] | ||
* [https://sourceforge.net/projects/rexxisam REXX/ISAM project page] - on [[SourceForge | * [https://sourceforge.net/projects/rexxisam REXX/ISAM project page] - on [[SourceForge]] | ||
[[Category:REXX Function Library]][[Category:Open Source Software]][[Category:Software written in C]] |
Latest revision as of 19:06, 2 April 2025
A REXX extension that allows access to ISAM files (old school database files), at this point only ISAM files created by program using the C/Database Toolchest library are supported and you will need to modify it if you plan to use other ISAM files or files from related products such as VSAM.
Version
- 1.1 (2003)
- At this point the extension is only supplied in C source code form that you will need to compile and if you intend to change the source you may need access to the C/Database Toolchest library.
Licence
- Open source software released under the LGPL v2.1
- Author: Mark Hessling