MFPLI00408E OPTIONS(MAIN) is not allowed on a nested procedure; ignored.

OPTIONS(MAIN) is not allowed on a nested procedure.
Resolution:
Remove OPTIONS(MAIN) from the nested procedures and apply it to the outermost procedure (if applicable).
Module:
PASS1.PL1