Description:
This document describes how to address DBG01014E MISSPELLED RESERVED WORD OR LITERAL and DBG02024E INVALID PARAMETER TYPE messages for SUFFIX parameter.
Solution:
This message usually appears when an alpha-numeric SUFFIX is entered in your Data Collector without quotes. For example, changing the SUFFIX below:
From: SUFFIX=0T To: SUFFIX='0T'
..resolves this problem.