gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[open-cobol-list] compiler core dumps


From: David Korn
Subject: [open-cobol-list] compiler core dumps
Date: Thu Mar 4 07:33:15 2004

cc:  address@hidden
Subject:  compiler core dumps
--------

I get an exception during code generation with the following
program:
======================cut here========================
       IDENTIFICATION DIVISION.
       PROGRAM-ID. PROG24.
       ENVIRONMENT DIVISION.
       DATA DIVISION.
       WORKING-STORAGE SECTION.
       01  LK-WORKST                   PIC X.
       01  LK-NAME-PTR                POINTER.
       PROCEDURE DIVISION.
           SET ADDRESS OF LK-WORKST TO LK-NAME-PTR.
           DISPLAY 'LK-NAME-PTR=' LK-NAME-PTR
           GOBACK.
======================cut here========================


David Korn
address@hidden


reply via email to

[Prev in Thread] Current Thread [Next in Thread]