Previous Topic: MIM4003

Next Topic: MIM4005

MIM4004

PROGRAM program ATTEMPTING TO CHANGE attribute OF dsname

Reason:

An unauthorized program is trying to change a the attributes of a data set. The following information is shown in this message:

program

The name of the program attempting to update the data set

attribute

The attribute the program attempted to change

dsname

The dsname of the data set

If the ABEND option is in effect for this data set, then EDIF abends the program and issues message MIM4007. Otherwise, EDIF lets the update occur.

Action:

Specify the ABEND option on an EDIF processing statement if you want to prevent this update. Otherwise, exempt the program from attribute verification using the EXEMPT parameter on an EDIF processing statement. Issue a SETOPTION MEMBER command to make your changes take effect immediately.