Task
Follow these steps to create a procedure
with logic:
- Select File--> New--> Procedure.
A procedure document opens.
- Type an ObjectREXX comment line as the first line of the procedure.
An ObjectREXX comment line begins with /* and
ends with */.
- Type the procedure command in uppercase letters and enclose
the commands with single quotation marks.
- Type the ObjectREXX commands in the procedure.
Note:
Object REXX commands are run locally, not at the
database server.
