From the course: COBOL Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Code a Hello World program

Code a Hello World program - COBOL Tutorial

From the course: COBOL Essential Training

Start my 1-month free trial

Code a Hello World program

- [Instructor] Now that we have a little bit of the syntax and the structure of our cobalt program under our belt. Let's take a look at the next step, how to compile and run our programs. To do that I'm going to open up VS code from within the Debian installation. So I'm going to go ahead and click on the Start a search, type in Debian, and I'm going to launch my Linux environment. I'm going to maximize the size of the window. So within Debian, I'm going to actually launch VS code by typing in code, space, dot, and hit enter. By launching the VS code from within the Linux environment, it automatically starts the remote connection. Notice in the bottom left hand corner, we have our WSL Debian. My HELLOWORLD program already opened up and on the right hand side, I have my terminal window. If you needed to open your file, you can go to file open. What I've done is I created a folder on my C drive. So let me click on show local.…

Contents