TPT4046 Error: %s: Adjacent quoted strings must be separated by the concatenation operator: '||'.
Explanation:
Adjacent quoted strings, or a quoted string and a job variable whose value is a quoted string, were encountered in the job script. Any two such adjacent quoted strings must be separated by the concatenation operator -- '||' -- which will cause them to be concatenated into a single quoted string.
Generated By:
TPT Infrastructure
For Whom:
TPT Job Script Creator
Remedy:
Insert the concatenation operator -- || -- between the two quoted strings or between the quoted string and the job variable reference.