cobol2.hlp (Table of Contents; Topic list)
ALIAS Details (↑ Choosing Run-time Behavior)
 Key Summary                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Using the SET ADDRESS OF statement you can access the same data in
     two different ways; that is, in the Working-Storage Section and as
     an item in the Linkage Section. This technique is known as 'aliasing'.
     Any program that uses aliasing must be compiled with ALIAS specified.
                                    -♦-