Changing the input source of a procedure
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
You use the INPUT FROM statement
to name a new source for input. The possible sources include an
operating system file or device, the contents of an operating system
directory, or the terminal (by default).
All statements (such as UPDATE or SET)
that require data use the new input source.