RJS
(RJS(
text
,
width
))
Right justifies
text
in
width
characters returning a text string.
In the following example, the value of
vrjs
is
ABCD
. The text string is right justified in a 10-character field.
SET VAR vrjs = (RJS('ABCD',10))