Previous Topic: MIM4068I

Next Topic: MIM4070

MIM4069

PROGRAM program IS NOT AUTHORIZED TO ACCESS dsname

Reason:

An unauthorized program is attempting to read 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 will abend the program and issue message MIM4070. Otherwise, EDIF lets the update occur.

Action:

Specify the ABEND option on an EDIF processing statement if you want to prevent this update. Otherwise, enable the program to read this data set using the ACCESSLIST parameter on an EDIF processing statement. Then issue a SETOPTION MEMBER command to make your changes take effect immediately.