ADB0017E An error occurred while reading the input parameters from the PARMS file. The invalid input is ’text_that_is_invalid’.
Explanation
The exact cause of this error is unknown. The most likely cause is unmatched escape characters
for a parameter value. A parameter value must be enclosed with the escape character, which is an
apostrophe (').
Remember: Two consecutive escape characters must be used to represent
one escape character within a parameter value.
Here is an example of an invalid and a valid use of
escape characters:
- Invalid: job_card_line_1 = '//TEST1234 JOB (INFO),'TEST''
- Valid: job_card_line_1 = '//TEST1234 JOB (INFO),''TEST'''