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

devquora
devquora

Posted On: Feb 22, 2018

 

Rexx offers a rich set of functions other than the standard language features. These functions are designed specifically for the UNIX environment. The functions are categorised in the following groups-

  • Environment control- (CHDIR, GETENV, PUTENV, GETCWD, etc.)
  • Process management- (_GETPID, _FORK, _WAIT, _KILL, etc.)
  • File and directory management- (_OPENDIR, _READDIR, _STAT, etc.)
  • Regular expression processing (_REGEX)
  • Interprocess communications (_SOCKET, _CONNECT, _SEND, _RECV, etc.)
  • System error processing (_ERRNO, _SYSERRLIST)
  • Configuration management (_GETUID, _GETHOSTNAME, etc.)

    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

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

    there are wide Application Programming Interfaces (APIs) available in uni-Rexx. These APIs help in starting a new Rexx ..