CEE3644I
TEST option negates PROFILE option setting.

Explanation

The TEST and PROFILE run-time options cannot be active at the same time. If TEST and PROFILE ON are specified together, Language Environment will not load the profiler tool.

System action

The PROFILE option is ignored.

Programmer response

To specify a PROFILE option, ensure the NOTEST run-time option is specified for your application or as your system default. The NOTEST option should be first when specifying NOTEST and PROFILE together via a compiler #pragma runopts directive or on application invocation.

Symbolic Feedback Code

CEE3HS