Rexx Programming/How to Rexx/Working with files

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Filename Association[edit | edit source]

In rexx, filename association is used, rather than numeric filehandles to refer to open files or devices. The rexx interpreter make the appropriate mappings to filehandles behind the scenes.