The %REPLACE statement allows you to program with named constants.
The %REPLACE statement has the form:
%REPLACE identifier BY constant;
Ex:
%REPLACE MAX BY 100;
The compiler replaces every occurrence of the given identifier in
the source text with the specified constant. The constant can be a
signed or unsigned arithmetic constant, a bit string, or a character
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment