|
Updates an existing entry in abasubsystems. If the entry does not exist, this is an error. The procedure always clears deregdate and isincomplete.
This SP is called when an STOP entry is written to abainstallhistory by DBBUILD or an update script, but not by a patch.
Normally you would not call this procedure yourself, unless you are adding a subsystem manually, see abasubsystems for details.
@subsystem ap_subsystem, -- The subsystem. @ss_label ap_sslabel, -- The version-control label to which the subsystem was updated. @inhid int AS -- The entry in abainstallhistory for the STOP row. |
|
|
|