Is it possible to port existing applications from the mainframe or Os/2? Are there major changes required to do this?

devquora
devquora

Posted On: Feb 22, 2018

 

Yes, it is possible to port the existing applications from the mainframe or Os/2. Also, you can port with minimum alterations. However, the following modifications are required-

  • Modifying references to disk file names.
  • Modify the statements in the program that can execute operating system commands. EXECIO and GLOBALV are two exceptional mainframe commands that can be accessed from within a Uni-REXX program.
  • Modifications in parts of the programs that stack data for use by some non-Rexx program.
  • Alterations in the stack available to all processes. The alteration here is very basic and a technical support is available to provide guidance and suggestions.

    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..