DFS1849E CHANGE NOT SUPPORTED BY ALTER OPTION: RS=rsnc PST=pstno DBD=dbdname SEGMENT segmname RSNSC=rsnsc | CHANGE NOT SUPPORTED BY ALTER OPTION RS=rsnc PST=pstno SEGMENT segmname FIELD fld_name
Explanation
The database definition (DBD) contains a change to the database structure that cannot be applied to the online database by using the ALTER option of the INITIATE OLREORG command.
- rsnc
- The reason code that identifies the DBD change that is not supported by the ALTER option. See the following list of reason codes for an explanation of each code.
- pstno
- The program specification table (PST) number, relative to zero.
- dbdname
- The name of the DBD that contains the unsupported change.
- segmname
- The name of the segment that contains the unsupported change.
- rsnsc
- An internal feedback reason subcode to provide to IBM Support if assistance is required when diagnosing why the message was issued.
- fld_name
- The name of the field that contains the unsupported change.
System action
The ALTER operation terminates.
System programmer response
The ALTER option cannot be used to apply the change indicated by the reason code.
If the unsupported change is required, you can apply it to the database by taking the database offline and unloading and reloading it.
If the unsupported change is not required and you need to continue to use the ALTER option to apply other changes to the database, remove the unsupported change from the database definition, regenerate the DBD and ACB library members, and issue the INITIATE OLREORG OPTION(ALTER) command again.