Uninstall script not found [CR 563776]

On HP-UX 11.31 systems, the IQuninstall.sh script may not be created in the $SYBASE/uninstall/IQ directory. If this script is not created, you can uninstall Sybase IQ by running the following commands:

% setenv JAVA_HOME "$SYBASE/shared/JRE-6_0_<patch>"
% cd $SYBASE/uninstall/IQ
% $JAVA_HOME/bin/java -jar IQuninstall.jar

where JRE-6_0_<patch_level> is the JRE location.