Any character can be specified, but special characters such as a space, comma, or parenthesis must be enclosed within single quotation marks.
A single quotation mark, which is a special character, can be used as a delimiter. To specify it, use two single quotation marks to request the delimiter character, enclosed within the single quotation marks needed with special characters.
CICSPA FORMAT(' ',/)
specifies
a space for the time delimiter and a slash for the date delimiter.CICSPA FORMAT('''',/)
specifies
a single quotation mark for the time delimiter and a slash for the
date delimiter.CICSPA FORMAT(:,/),LIST
specifies
the default delimiters with a Performance List report.CICSPA FORMAT('.',' '),LIST
specifies
a period for the time delimiter and a space for the date delimiter
in this Performance List report.