View previous topic :: View next topic
|
Author |
Message |
zq
New User
Joined: 25 May 2023 Posts: 3 Location: Canada
|
|
|
|
Hi, this is my first post.
I need some help on how to Write, Compile and Execute Cobol Program on Notepad ++ which is running on Windows 10 box.
thanks in advanced |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
Unless you have a COBOL compiler running on your Windows 10 box, what you are asking is not possible. |
|
Back to top |
|
|
zq
New User
Joined: 25 May 2023 Posts: 3 Location: Canada
|
|
|
|
Hi there
can you please tell me which COBOL comiler I should install and how to install it into Notepad++?
apricated it |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
As far as I know, there are no COBOL compilers that will install onto Notepad++. Notepad++ is a text editor -- it is not an operating system, it is not a development environment, it does not execute programs. If you had said you wanted to run COBOL compiles on a Windows machine, then you would have several choices (free or paid). However, since Notepad++ does not support compiling or executing programs, what you want to do is simply impossible. |
|
Back to top |
|
|
zq
New User
Joined: 25 May 2023 Posts: 3 Location: Canada
|
|
|
|
I checked the website of Notepad++, Cobol is the one language it supported. I don't know how to compile COBOL in Notepad ++.
thanks, |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
From notepad-plus-plus.org:
Quote: |
Notepad++ is a free (as in “free speech” and also as in “free beer”) source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GNU General Public License. |
Note that the product itself tells you that it is a source code editor -- not an execution environment, not a compiler.
Notepad++ supports COBOL like it supports other languages -- you can key in COBOL statements and they will be formatted (COBOL key words will be colored, quotes checked for starting / ending tic or quote marks, and so forth). In no way is it implied that you can compile COBOL programs using Notepad++. Text editors are used to enter code into a computer, but you must still have a compiler and way to execute the compiled code -- neither of which you have with Notepad++.
This topic is locked to prevent any further foolishness about Notepad++. |
|
Back to top |
|
|
|