I have this sub-routine which has identifiers defined like
*VALID_NAME_REG_EX = \"[ a-zA-Z0-9_#.:@=-]+";
*MACRO_VALID_NAME = \"MACRO_VALID_NAME";
I looked into the file further. They are referenced as $MACRO_VALID_NAME
.
I guess it's substituting the value with right side of string, but I am not sure of this and want a confirmation.