COBOP019 Program checked with non-optimal alignment. Optimal alignment is opt-align (Cautionary)

You have specifed the Compiler directive ALIGN with a non-optimal setting. The optimal setting of ALIGN (and the default value) is usually 4 or 8, depending in the platform being used.

解決方法:

No resolution is necessary as this message indicates that the code produced will still perform as expected but is not optimized. If you do not want to receive this message the next time you compile the program, ensure you set the ALIGN directive to its optimal setting.

関連項目