gencat command.
rexx.cat the internal Rexx message catalog is searched.
Otherwise the Unix message catalog is located using the absolute
filename path or
searched along the NLSPATH environment variable.
&1,
the second for &2, up to placeholder
&9.
If a placeholder has no replacement string specified, it is replaced by
the null string.
Any unused replacement string is ignored.
Other placeholders like %s are not replaced and are
returned unchanged with the message.
say SysGetMessage(485, "rexx.cat", "foo") -- Class "foo" not found.