Previous Topic: 2883Next Topic: 2885


2884

IF THE MI CONTROL STACK IS BEING MAINTAINED, THE PREVIOUS MESSAGE WAS ISSUED BY MODULE (mmm).

Reason:

In Release 7.0, all modules that issued messages by calling program ADSDM190 were changed to call ADSDM590 instead. At this same time, the module name to be printed in the message itself was inserted as the first parameter in the list; that is, it precedes all of the parameters previously being passed to ADSDM190.

Prior to Release 7.0, the module name to appear in the message was automatically retrieved through the MI control stack. Due to a performance improvement to MI, the control stack is no longer maintained unless a DD statement starting with MTF is present in the JCL for the step being executed.

Action:

This message should appear only if a user-written program is using ADSDM190 to print messages. If you want to get rid of this warning message, change your program to call ADSDM590 instead of DM190.

Note: For instructions on changing your program to call ADSDM590 instead of DM190, see the section Message Formatting in the Systems Guide.