Previous Topic: MIM4001I

Next Topic: MIM4003

MIM4002

PROGRAM program IS NOT AUTHORIZED TO UPDATE dsname

Reason:

An unauthorized program is attempting to update a data set. The name of this program is shown in place of the program variable, and the dsname of the data set is shown in place of the dsname variable. If the ABEND option is in effect for this data set, EDIF abends the program and issues message MIM4003. Otherwise, EDIF lets the update occur.

Action:

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