This method returns the name of the environment in the which the Rexx commands are currently running in.
ADDRESS()
None
This method returns the name of the environment in the which the Rexx commands are currently running in.
/* Main program */ say ADDRESS()
When we run the above program we will get the following result.
bash