- from the Run menu, select Run Configurations
- select the COBOL program to run under the COBOL Application list on the left hand side of the window
- select the "Common" tab
- In "Standard Input and Output" section, select the "File" checkbox
- enter the filename for log file (for example: "c:\tmp\log")
- click Run.
The program will run and the console will redirect output to the file - click on link in console to view file.
0 Comments