“Redirection is not supported” error in COBOL compilers
Table of Contents
Why does the “Redirection is not supported” error occur?
“Redirection is not supported” is a common error in GnuCOBOL and OpenCOBOLIDE. It can occur when you try to run a program containing SCREEN SECTION in it. Below is a screenshot of the error in OpenCOBOLIDE.
Below is the program that i was trying to run.
IDENTIFICATION DIVISION. |
The program contains a SCREEN SECTION. So, if you try to run this program it will give you the error “Redirection is not supported”
Solution to this error
To remove this error you can simply just edit an option in the preferences tab of the OpenCOBOLIDE.
- Go to Edit on the top left menu.
- Then click on Preferences.
Go to Preferences. There is an option called “Run in external terminal”. Check this option. You are good to go now.
If i run my program now, then it will display the screen and wont show that error anymore.
If you want to learn COBOL programming then you can take an online course. I also have an Udemy course that may help you to learn COBOL using OpenCOBOLIDE. The course is over 19+ hours long and will teach you the whole Mainframe environment in detail. It will teach you all the major technologies that you will need to start a career in Mainframes such as COBOL, JCL, TSO/ISPF, VSAM and CICS. It also has an extra project related to Electronics where i will teach how you can install a Mainframe emulator on Raspberry Pi and use it to practice your Mainframe skill. You can find more details about the course in the Link here.
thks a lot for this helpful tuto
Thanks.
Thanks man. You saved my time of debugging
Glad to help.
thanks for your help. but still can see what i displayed appearing on the scree.
any idea?
brunel
Thank you a lot for this tips,
Great!!!!
HHR