Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RM/COBOL: configuration files

Status
Not open for further replies.

on5ex

Programmer
Apr 30, 2003
6
0
0
BE
Looks like it can't be done: change a configuration file dynamically ? I need to redefine keys (TERM-INPUT) depending on the program running (delete key, insert key, etc.).
Regards,
Johan
 
you can have multiple configuration files. For example
runcobol programA -x rmconfigfile1
runcobol programB -x rmconfigfile2
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top