gnucobol-users
[Top][All Lists]
Advanced

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

[open-cobol-list] minor pointer problem


From: David Korn
Subject: [open-cobol-list] minor pointer problem
Date: Fri Jul 23 12:34:02 2004

The following program gets an exception.  Shouldn't it output 0?

================cut here===================
       IDENTIFICATION DIVISION.
       PROGRAM-ID. PROG29.
       DATA DIVISION.
       WORKING-STORAGE SECTION.
       LINKAGE SECTION.
       01  LK-NAME-PTR                POINTER.
       PROCEDURE DIVISION.
           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]