String Handling
COPIES string,characters
COPIES statement fills string with character(s), that is characters are repeated inside string up to fill it.
Parameter Name Mode Type coding Remark 1 string Output String C or X String to fill; max length 255 char. 2 characters Input String C or X or const. String to use as a filler; max length 255 char.