$! On-site link of Ingres low-level image for SAS V8.2 $! List of SAS files needed: $! sasing.opt $! ingsqlalp.o $! host.a $! vxfer.a $! wxfer.a $! wzsdxfer.a $! zxfer.a $! $ IF (F$TRNLNM("SAS$ROOT") .EQS. "") $ THEN $ WRITE SYS$OUTPUT "SAS$ROOT is not defined." $ EXIT $ ENDIF $ Image_Location = "sas$root:[image]" $ OSL_Image_Name = "''Image_Location'sasing_onsite_link.exe" $ Image_Name = "''Image_Location'sasing.exe" $ Saved_Image_Name = "''Image_Location'sasing_prelinked.exe" $ ON WARNING THEN EXIT $ link /exe='OSL_Image_Name' - /nodebug/trace/bpage=13 /share - []sasing.opt/opt $! $! Save the old image and copy the new one into the proper place. $! $ COPY/LOG 'Image_Name' 'Saved_Image_Name' $ COPY/LOG 'OSL_Image_Name' 'Image_Name' $ WRITE SYS$OUTPUT "The image linked on-site, ''image_name', is ready." $ EXIT