Previous Topic

Next Topic

Book Contents

Book Index

Adding AutoEdit Variables to AutoEdit Members

A DO ADDSYM statement adds a newly created AutoEdit variable to an AutoEdit member previously read by the DO GETMEM statement.

The following statement

DO ADDSYM = %%symbol MEM <member> LIB <library>

adds the symbol to the specified AutoEdit member. The symbol can subsequently be given a value. The newly created AutoEdit variable is saved in the PDS library when the entire AutoEdit member is saved by the DO PUTMEM statement.

Parent Topic

AutoEdit Variables