cobol3.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Message 0050 (↑ Syntax Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      0050
 
  Text:         Illegal use of Pointer Data-item, ADDRESS OF or NULL
 
  Explanation:  You have tried to perform an illegal operation on a
                data item with USAGE POINTER. Alternatively, you have tried
                to apply the ADDRESS OF phrase to an item that is not an 01
                or 77 level item in the Working-Storage or Linkage Section.
 
  Resolution:   Check your Language Reference for details of
                the operations you can perform on pointer items.
                                    -♦-