GIM36306E THE ++ASSIGN MCS IS OUT OF SEQUENCE.

Explanation

SMP/E expects the next statement after ++ASSIGN to be one of the following:
  • ++FUNCTION, ++PTF, ++APAR, or ++USERMOD
  • Another ++ASSIGN
  • An end-of-file

None of these followed the ++ASSIGN MCS.

System action

None of the SYSMODs between this ++ASSIGN MCS and the next valid ++ASSIGN MCS, or an end-of-file, will be received. Likewise, no ++ASSIGN SOURCEID TO statements up to the next valid ++ASSIGN MCS or end-of-file will be processed.

Programmer response

Fix the problem and rerun the job.