CL Programming

Changing a Data Area

The Change Data Area (CHGDTAARA) command changes all or part of the value of a specified data area. It does not change any other attributes of the data area. The new value can be a constant or a CL variable. If the command is in a CL procedure, the data area does not need to exist when the program is created.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]