# SASHFADD - SAS Hot Fix Analysis, Download and Deployment Tool # # SAS Technical Support # Copyright (c) 2012 by SAS Institute Inc., Cary, NC, USA. # All Rights Reserved. #------------------------------------------------------------------------------ # SASHFADD - CONFIGURATION FILE # # SASHFADD supports SAS 9.2 and SAS 9.3. # # Comments in SASHFADD.cfg begin with "#". # SASHFADD Commands begin with "-". # # The SASHFADD Usage Guide has more information about SASHFADD.cfg: # http://ftp.sas.com/techsup/download/hotfix/HF2/SASHFADD_usage.pdf #------------------------------------------------------------------------------ # Which Release of SAS is being analyzed? # SASHFADD will attempt to identify the release of SAS installed on your # system based on the products in DeploymentRegistry.txt. If SASHFADD fails # to properly identify the correct release of SAS, you can specify the release # by uncommenting ONE of the following lines: # -SAS 9.2 # -SAS 9.3 #------------------------------------------------------------------------------ # Do you want to run SASHFADD "silently"? # If you choose to run SASHFADD in SILENT mode, you will not be prompted to # enter a machine name when SASHFADD is launched. However, you should still # examine the SASHFADD Hot Fix Report prior to installing hot fixes. # SASHFADD can be run in SILENT mode by uncommenting the following line: # -SILENT #------------------------------------------------------------------------------ # What type of scripts do you want SASHFADD to generate? # By default, SASHFADD will generate two sets of hot fix download scripts, one # for ALL eligible hot fixes, and one just for hot fixes that address ALERT # issues. # If you do NOT wish to see both sets of scripting, you can select the specific # type of scripting you want SASHFADD to generate by uncommenting ONE of the # following lines: # -GENERATE_ALERT_ONLY_SCRIPTING # -GENERATE_SCRIPTING_FOR_ALL_ELIGIBLE_HOT_FIXES #------------------------------------------------------------------------------ # Do you want to use Secure FTP for downloading hot fixes? # By default, SASHFADD will generate scripts for use with standard FTP. # If you choose to use secure FTP, additional software may need to be installed # and configured at your site. See the SASHFADD Usage Guide: # http://ftp.sas.com/techsup/download/hotfix/HF2/SASHFADD_usage.pdf # If you want SASHFADD to generate scripts for secure FTP, uncomment the # following line: # -GENERATE_SECURE_FTP_SCRIPTING #------------------------------------------------------------------------------ # Do you need to manually download the SAS Hot Fix data file? # Use of this option is not common and will require additional manual steps # when running SASHFADD. For more information see the SASHFADD Usage Guide: # http://ftp.sas.com/techsup/download/hotfix/HF2/SASHFADD_usage.pdf # If you need to manually download the SAS Hot Fix data file, uncomment the # following line: # -HOT_FIX_DATA_FILE_MANUAL_DOWNLOAD #------------------------------------------------------------------------------ # Do you want SASHFADD to report ENGLISH only hot fixes? # There are some hot fixes that may appear in your SASHFADD hot fix report that # only deliver non-English language software components. If you do NOT wish to # see these hot fixes in your SASHFADD report, uncomment the following line: # -ENGLISH_ONLY #------------------------------------------------------------------------------ ###################################################### END OF FILE - DO NOT REMOVE OR EDIT BELOW THIS LINE ######################################################