by "James J. Gavan" <jgavandeletethis@[EMAIL PROTECTED]
>
Apr 25, 2005 at 07:38 PM
happy wrote:
> 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.
>
Go to the COBOL FAQ (Frequently Asked Questions) - see the message
posted by Bill Klein on 2005 Apr 24.
Unfortunately nothing in this world is truly FREE. So although you can
start 'cheap' with compilers to 'play around', the final price for a
full-blown 'commercial' compiler that you can use for applications can
get expensive. Other than the 'commercial' compilers - using the COBOL
FAQ - look at the 'Open Source' compilers.
Jimmy, Calgary AB