REDEFINE


 

The REDEFINE compiler directive changes a previous DEFINE directive. The instruction uses one of the following formats:

 

(1)

label

REDEFINE

{string1}

(2)

label

REDEFINE

"{string2}"

 

Where:

label

Required. A Data Definition Label.

string1

Required. A string of characters of any value except the space character inserted in the program in place of the label.

string2

Required. A string of characters of any value inserted in the program in place of the label.

Flags Affected: NONE

Note the following:

  1. The REDEFINE is just like the DEFINE compiler directive except that [label] is replaced if it already exists. See the section on DEFINE for more information.

 

 

See Also: DEFINE, UNDEFINE, Compiler Directives

 



PL/B Language Reference %RECORDLABELS %RUNNAMEOFF