Previous Topic: Comment Text, Source Statements, and Edit InstructionsNext Topic: Source Statements


Comment Text

Comment text is represented in the DDDL statements as comment-text. Guidelines for entering comment text are as follows:

Example of Continuation and Concatenation

The following example illustrates lines of comment text that are to be continued (as represented by the hyphen) and concatenated (as represented by the plus sign). Note that spaces coded before the closing quotation mark are included in concatenated lines:

'lengthy input can be concatenated'
-'onto one line '
+'containing up to 80 characters.'
-'code a + as the first character on a line'
-'that is to be concatenated.'
-'the plus sign and quotation mark'
-'are not included in the '
+'80-character count.'

The comment text as it would appear on a batch report:

LENGTHY INPUT CAN BE CONCATENATED
ONTO ONE LINE CONTAINING UP TO 80 CHARACTERS.
CODE A + AS THE FIRST CHARACTER ON A LINE
THAT IS TO BE CONCATENATED.
THE PLUS SIGN AND QUOTATION MARK
ARE NOT INCLUDED IN THE 80-CHARACTER COUNT.