On the mainframes where I grew up, I could call arbitrary programs from a rexx routine. The invoked routines could be called as if from JCL (LINK and ATTACH: single parameter to a string preceded by length indication) or internal call (LINKMVS, LINKPGM, ATTCHMVS, and ATTCHPGM: a list of one or more addresses, last address flagged, to parameters).

Is there a comparable mechanism for ooRexx on windows? I'd like to make use of a bunch of functions packaged in a .dll (CDECL if that helps).

Is this possible?  Can someone point to documentation?

--
taf


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to