IBM Support

Getting XPAE003I and XPAM001I syntax errors when submitting a process. (SCI96180)

Troubleshooting


Problem

Getting XPAE003I and XPAM001I syntax errors when submitting a process. (SCI96180)

Symptom

XPAE003I
XPAM001I
Illegal keyword? <name_of_keyword> found.
Syntax errors found while parsing command or process
Error: Illegal keyword &KEYWD found.

Cause

An IF statement was coded incorrectly in the process, like:

IF (step = )
stepname RUN TASK etc.....
EIF

The correct syntax for an IF statement is:

IF (step = ) THEN? ? ? <---- add a 'THEN' here.
stepname RUN TASK etc.....
EIF

Cannot use reserved words such as retain for a process name.

Resolving The Problem

Correct the process syntax OR Change the process name from "retain" to something else.? Example of correct process name: submit myproc process snode=nodename snodeid=(UID,PSWD)

[{"Product":{"code":"SSFVK3","label":"IBM Sterling Connect:Enterprise for UNIX"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Not Applicable","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Historical Number

PRI8082

Product Synonym

[<p><b>]Fact[</b><p>];Connect:Direct UNIX;all releases [<br/>] SCI96180

Document Information

Modified date:
17 December 2019

UID

swg21550620