Rexx Programming/How to Rexx/arg

Usage edit

arg [ template ]
arg([argnum] [,option]])

Description edit

The arg command edit

When used in command context, the arg command parses arguments in the template in a similar manner to a parse upper arg [ template ] command. Note that all arguments are converted to uppercase when arg is used in this command context form:

The arg function edit

When used in command context, the arg function returns the specified argument passed to a function or routine. An option can be added to return a boolean value based on the existence or omission of an argument. The arg function can also be used for retrieval of command line parameters passed to the script.