Withdraw a Procedure Version

Use this command to withdraw the currently Released (or Model or Unreleased) version of a given procedure.

swutil PROC WITHDRAW name version comment 

where:

name is the procedure (or sub-procedure name).
version is the version number of the procedure.
comment is a text string which is displayed in the version control history for the procedure.

The comment string can be used to supply version-specific information, such as a description of the version, or any other desired information. It can be a maximum of 24 characters. If the string includes spaces, it should be enclosed in quotation marks.

Example

This example withdraws version 1.1 of a procedure called myproc and adds the "This is withdrawn" comment.

swutil PROC WITHDRAW myproc 1.1 "This is withdrawn"