Glossary

Pointer

A COBOL data item (USAGE POINTER) that holds a memory address. Used for dynamic memory management, inter-language communication, and accessing data areas in the *Linkage Section* whose address is set at run time via SET ADDRESS OF. (Ch. 19) See also: *ADDRESS OF*, *SET*, *Linkage Section*.

Learn More

Related Terms