Jump to content

Rexx/ISAM: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 7: Line 7:
==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]]


==Licence==
==Licence==
* Open source software released under the [[LGPL v2.1]].
* Open source software released under the [[LGPL v2.1]]


==Author==
==Author==
* [[Mark Hessling]]
* [[Mark Hessling]]


[[Category:Tools]][[Category:REXX]][[Category:MS Windows Tools]][[Category:Generic Unix Tools]][[Category:Databases]][[Category:Open Source Software]][[Category:Software written in C]]
[[Category:REXX Function Library]][[Category:Databases]][[Category:Open Source Software]][[Category:Software written in C]]

Revision as of 16:58, 20 October 2016

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

  • Last known version: REXX/ISAM v1.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.

Links

Licence

  • Open source software released under the LGPL v2.1

Author