by "jce" <defaultuser@[EMAIL PROTECTED]
>
Apr 26, 2005 at 04:50 AM
The name of the compiler depends on the owner.
I call my compiler Haddock's Eyes.
Right now, it's name escapes me.....
JCE
"happy" <ehab_aziz2001@[EMAIL PROTECTED]
> wrote in message
news:1114455367.554756.140590@[EMAIL PROTECTED]
> What is the name of the compiler I can I run the down program under it
> ? Where can I download that compiler ?
> $ SET SOURCEFORMAT"FREE"
> IDENTIFICATION DIVISION.
> PROGRAM-ID. SELECTION-PROGRAM.
> DATA DIVISION.
> WORKING-STORAGE SECTION.
> 01 NUMA PIC 9 VALUE ZEROS.
> 01 NUMB PIC 9 VALUE ZEROS.
> 01 RESULT PIC 99.
> 01 OPERATOR PIC X.
> PROCEDURE DIVISION.
> CALCUALTOR.
> ACCEPT NUMA.
> DISPLAY "RESULT IS = ", NUMA.
> STOP RUN.
>