Hi... Now You at Site WE ARE KNOWLEDGE... Having IT Knowledge in here... Let's Read my article...
This time I want giving you tutorial about program language COBOL ...
In programing COBOL little different with other program... Because COBOL program not have compiller.. In compiller helped other aplication...
Ok...dirrect to use.... firstly you must open notepad or other for make program. If program code done you must saving in folder same with place installer COBOL program..
1. Open CMD with method...
press icon windows + R in your keyboard... and write CMD >> ENTER
OR
click start >> Run.. and write CMD >> ENTER
This time I want giving you tutorial about program language COBOL ...
In programing COBOL little different with other program... Because COBOL program not have compiller.. In compiller helped other aplication...
Ok...dirrect to use.... firstly you must open notepad or other for make program. If program code done you must saving in folder same with place installer COBOL program..
1. Open CMD with method...
press icon windows + R in your keyboard... and write CMD >> ENTER
OR
click start >> Run.. and write CMD >> ENTER
2. In here you must understand using CD, CD...
CD.. for back to folder
cd program files\cobol for enter in COBOL program
edit for enter in make code... You can using this for make code
You can copy paste this program code in your program. you can too paste in your notepad.
IDENTIFICATION DIVISION.
PROGRAM-ID. BEGINNER.
AUTHOR. KNOWLEDGE-SITE.
ENVIRONMENT DIVISION.
DATA DIVISION.
SCREEN SECTION.
01 CLEANING.
02 BLANK SCREEN.
PROCEDURE DIVISION.
GOING.
DISPLAY CLEANING.
DISPLAY " ".
DISPLAY "HI.... WE ARE COBOL PROGRAMING".
DISPLAY " ".
DISPLAY "THIS IS A LITTLE PROGRAM FROM ME".
DISPLAY " ".
DISPLAY "LET'S READ ARTICEL AT THIS SITE".
DISPLAY " ".
DISPLAY "YOU WANT KNOW ELEMENT-ELEMENT OF ME".
STOPING.
STOP RUN.
If done you must compille before execution program
before, you must save it in place same with Cobol program...
And exit...
For compille write "COBOL namefile.cob >> enter"
Because nothing error you can working your program with write "RUNCOB namefile.com >> ENTER"
And it is result....
HI.... WE ARE COBOL PROGRAMING
THIS IS A LITTLE PROGRAM FROM ME
LET'S READ ARTICEL AT THIS SITE
YOU WANT KNOW ELEMENT-ELEMENT OF ME
Ok just it, back to my site and found other article. Exactly article can add your knowledge...
Thanks for you and the readers...
No comments:
Post a Comment