Passing Information to
a program
About this task
When
a program
runs, you can pass information to it in several ways:
By using PULL to get information from the program stack or terminal input device.
By specifying input when calling the
program
.
Getting Information from the Program Stack or Terminal Input Device
Specifying Values When Calling a program
Preventing Translation of Input to Uppercase
Passing Arguments
Parent topic:
Writing and Running a REXX Program