Continuation character (+) usage in Easytrieve

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
*

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.