Jump to content

User:Grammarware/BabyCobol

From Rosetta Code

Example

=={{header|BabyCobol}}==
<syntaxhighlight lang="cobol">
       * NB: whitespace insignificance and case insensitivity
       * are used in the field name.
        IDENTIFICATION DIVISION.
            PROGRAM-ID. USER INPUT.
        DATA DIVISION.
        01 THREE DIGIT NUMBER PICTURE IS 9(3).
        PROCEDURE DIVISION.
            DISPLAY "Enter a number: " WITH NO ADVANCING
            ACCEPT ThreeDigit Number.
</syntaxhighlight>

To do

Automatically Generated: This result set should be accurate to within fifteen minutes of the last viewing.
Awareness

If BabyCobol is a language you like, or are interested in, please inform your fellow members of the BabyCobol community; this page can't be emptied without your and their participation.

Tasks not implemented in BabyCobol

1

2

4

9

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z

Draft tasks not implemented in BabyCobol

1

3

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Tasks omitted from BabyCobol


End of List

Again, feel free to try your hand at any of the tasks listed on this page.


Cookies help us deliver our services. By using our services, you agree to our use of cookies.