Is it possible to combine Uni-Rexx with a compiled language in any application? What applications interfaces are there?

devquora
devquora

Posted On: Feb 22, 2018

 

there are wide Application Programming Interfaces (APIs) available in uni-Rexx. These APIs help in starting a new Rexx programming language from a compiled language program. It can access Rexx program variables and Rexx program stacks. These APIs also help to define new host command environments for Rexx. If you want to specify user-supplied exits or terminate the Rexx programmes, these APIs can be used. Add user-defined functions called by Rexx programmes with the help of API.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Rexx Interview Questions

    What is Uni-REXX?

    Uni-REXX is a UNIX implementation of Rexx programming language which offers rich sets of functions that are particularl..

    Rexx Interview Questions

    Enlist the features of Rexx as a programming language.

    Following are the few features of Rexx-Rexx language has a very simple syntax format. Rexx can support multiple functi..

    Rexx Interview Questions

    Does Uni-Rexx give me any capabilities designed specifically for the UNIX environment?

    Rexx offers a rich set of functions other than the standard language features. These functions are designed specificall..