Robert Garrett wrote:
> determine if my code is running at the top level, or has been called from 
> another REXX exec

 From rexref.pdf

PARSE SOURCE
parses data describing the source of the program running. The language 
processor returns a
string that does not change while the program is running.
The source string contains operating system name, followed by either COMMAND, 
FUNCTION,
SUBROUTINE, or METHOD, depending on whether the program was called as a host 
command or
from a function call in an expression or using the CALL instruction or as a 
method of an object.
These two tokens are followed by the complete path specification of the program 
file.

-- 
Jack Woehr               # "There's too much emphasis on things
Box 51, Golden CO 80402  #  like pawn structure in modern chess.
http://www.softwoehr.com #  Checkmate ends the game." - N. Short


------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to