If you want to continue any statement to multiple lines, use PLUS (+) at the end of each line until the statement is complete.
LIST ON JOB INPUT NULL DISPLAY '1ST LINE' + '2ND LINE' + 'AND 3RD LINE' STOP *
If you want to continue any statement to multiple lines, use PLUS (+) at the end of each line until the statement is complete.
LIST ON JOB INPUT NULL DISPLAY '1ST LINE' + '2ND LINE' + 'AND 3RD LINE' STOP *