Previous Topic: CASD417ENext Topic: CASD419E


CASD418E

Text continuation is not in the correct format

Reason:

The previous control statement ended with a string value showing a continuation onto the next statement. No continuation was found.

Action:

You cannot embed an all-blank control statement where a continuation is expected. If you need to continue a long string value onto a continuation statement, add a trailing “+” on the command line to be continued, such as parameter=”long string”+ and begin the continued statement with “ value”. Make sure you user the same delimiter, the single or double quote, on the continued line as you used on the statement that was marked as continued.