Concatenates two values and returns the result.
Syntax
%Concat(<string1>,<string2>)
Syntax Example
%Decl (x,Adam)
%Decl (y,Joseph)
%Concat (%:x ,%:y)
Expansion
Adam Joseph
Usage
Classified as a Miscellaneous macro.
Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |