|
-
January 24th, 2002, 05:59 PM
#5
Senior Member
I am using the Deskware and Acubol compilers (windows). Anyway, whenever I run the program on one, the box it pops up in closes after a second. The other one continuously displays the number and then causes a page fault. Anyway to fix that?
IDENTIFICATION DIVISION.
PROGRAM-ID. MOOSE.
ENVIRONMENT DIVISION.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 MOOSE PIC 999 COMPUTATIONAL.
PROCEDURE DIVISION.
MOVE 846 TO MOOSE.
DISPLAY MOOSE.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|