BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I need help in Using a batch file to perform an automated renewal of SAS Installation Data (SID) files on multiple machines (we have sun solaris server).
can someone please help or suggest me how to do it.
thanks
sajjad
6 REPLIES 6
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
Suggest you contact SAS Technical Support, by opening a support tracking at the website http://support.sas.com/techsup/ , for focused assistance with your requirement.

Scott Barry
SBBWorks, Inc.
LinusH
Tourmaline | Level 20
"SAS Companion for UNIX" should cover your need.
/Linus
Data never sleeps
deleted_user
Not applicable
thanks for your replies
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
No mention made in the Unix Companion Guide about software renewal, much less a silent interface approach - this item would be in the SAS foundation DOC, most likely.

SAS Support has a Windows-specific tech note on their website just for this topic, which is why I recommended contacting them for assistance and guidance with this requirement. Sometimes that's what it takes (with enough interest) to get some attention with this type of productivity gain solution. And I'd submit that it's not enough just to post on this forum if you really are expecting SAS support to hear and react - you need to contact them directly to pitch your case/story.

Scott Barry
SBBWorks, Inc.

Problem Note 31021: The Renew SAS® Software utility runs in Quiet Mode in SAS 9.1 and SAS 9.2 (applicable systems - Windows only)
http://support.sas.com/kb/31/021.html


SAS 9.1.3 Operating System-Specific Documentation (Solaris):
http://support.sas.com/documentation/installcenter/913/hosts/index.html#I
deleted_user
Not applicable
I had contacted SAS Support yet to get reply from them.
I have come out with the below approach.

#This script is used for SAS License Renewal
licfilename=/sasdepot/license/sas91_440469.txt
/sas/SAS_9.1/sassetup <<END # sassetup file path
# For automation, here I need to catch the Enter Key & execution continues.
2 # passing parameter
1 # passing parameter
$licfilename # passing file name
q # quiting
y # quiting
:END

But here I am stuck with catching Enter Key in the above script.
What I have done is, sassetup.exe path in a script or batch file. So, when I run this batch file, it should be executed automatically without waiting for anyone to press Enter Key.
But now Enter Key I am unable to automate.
So, can you please help me in this. I had tried and searched web but did not find any help.
Sajju
deleted_user
Not applicable
I guess my previous mail was incomplete... Below is complete script
#This script is used for SAS License Renewal
licfilename=/sasdepot/license/sas91_440469.txt
/sas/SAS_9.1/sassetup <<END # sassetup file path
For automation, here I need to catch the Enter Key & execution continues
2 # passing parameter
1 # passing parameter
$licfilename # passing file name
q # quiting
y # quiting
:END


Sajju

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 6 replies
  • 787 views
  • 0 likes
  • 3 in conversation