You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

7.103.3 RENAME Examples

The following example applies to the RENAME command.

A function uses 2 customer master files called CUSMST1 and CUSTMST2. Both contain field CUSTNO. Rename CUSTNO in CUSMST2 so that it is called CUSTNO2:

RENAME FIELD(#CUSTNO) FROM_FILE(CUSTMST2) WITH_NAME(#CUSTNO2)

  • No labels