Problem Note 14662: USSUNTAR job yields RC 304 with certain addon products
If you run the USSUNTAR job to load the tar files into HFS after the
initial install and then perform an addon of Graph, Data Mining, R3, or
Secure Dimensions, the USSUNTAR job will yield a RC 304.
This is due to the issuance of a link of JPROXY within the USSUNTAR that
was already established in the initial run of the USSUNTAR job.
Add the 3 lines of code indicated below to the USSUNTAR job to
check whether the JPROXY link exists.
Note: The xxxxxx in the paths below would be unique at each particular
site.
Corrected code.
if test ! -h jproxy ******************ADDED LINE ********
then ******************ADDED LINE ********
ln -e JPROXY jproxy
rc=$?
if test ! "$rc" = "0"
then
msg="Unable to establish link to JPROXY"
echo $msg
echo "CONTROL ASIS" >> /u/xxxxxx/tmp/ussuntar.sherr
echo "WRITE $msg" >> /u/xxxxxx/tmp/ussuntar.sherr
echo "EXIT(12)" >> /u/xxxxxx/tmp/ussuntar.sherr
exit 12
fi
fi **************** ADDED LINE ***********
pax -r -v -f /u/xxxxxx/tmp/......
A fix for SAS 9.1.3 (9.1 TS1M3) for this issue is available at:
http://www.sas.com/techsup/download/hotfix/e9_sbcs_prod_list.html#014662
For customers running SAS with Asian Language Support (DBCS), this
fix should be downloaded from:
http://www.sas.com/techsup/download/hotfix/e9_dbcs_prod_list.html#014662
Operating System and Release Information
SAS System | Base SAS | z/OS | 9.1 TS1M3 | 9.1 TS1M3 SP3 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Topic: | System Administration ==> Installation
|
Date Modified: | 2012-09-25 10:50:51 |
Date Created: | 2005-02-25 15:02:44 |