1.

Can I Combine Uni-rexx With A Compiled Language In My Application? What Application Programming Interfaces Are Available? For Example, Can I Share Variables Between Uni-rexx And A Compiled Language?

Answer»

uni-REXX offers a complete set of Application Programming Interfaces (APIs). These APIs allow you to

  • START a Rexx program from the compiled language program.
  • define new host command environments for Rexx.
  • ACCESS Rexx program variables.
  • access the Rexx program stack.
  • specify user-supplied exits.
  • terminate the Rexx program.
  • add user-defined functions that can be CALLED by the Rexx program.

uni-REXX offers a complete set of Application Programming Interfaces (APIs). These APIs allow you to



Discussion

No Comment Found