<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic proc s3 procedure in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-s3-procedure/m-p/925573#M44678</link>
    <description>&lt;P&gt;Good Morning,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to use for the first time the SAS PROC S3 procedure and it is not working.&lt;/P&gt;
&lt;P&gt;I have tryied my SAS code in SAS EG but the software keep on running for a long time.&lt;/P&gt;
&lt;P&gt;I have tried to execute my sas code below directly on my Unix server using the command below (log file is after).&lt;/P&gt;
&lt;P&gt;What can be done to solve this issue&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%include "/.../sasprograms/awsS3bucketcredential.sas";
libname dest1  "/.../data/";

PROC S3 KEYID="&amp;amp;keyID" REGION="&amp;amp;region" SECRET="&amp;amp;secret." ;
list "&amp;amp;s3bucketname." out=dest1.list;
run;

Partial path is use for safety purpose&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;nohup sas&amp;nbsp;/.../sasprograms/getS3bucketfilelst.sas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1 The SAS System 10:13 Wednesday, April 24, 2024&lt;/P&gt;
&lt;P&gt;NOTE: Copyright (c) 2023 by SAS Institute Inc., Cary, NC, USA. &lt;BR /&gt;NOTE: SAS (r) Proprietary Software 9.4 (TS1M8) &lt;BR /&gt;Licensed to INTACT FINANCIAL CORP - PROD, Site 70185735.&lt;BR /&gt;NOTE: This session is executing on the Linux 3.10.0-1160.114.2.el7.x86_64 (LIN X64) platform.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: Analytical products:&lt;BR /&gt;&lt;BR /&gt;SAS/STAT 15.3&lt;/P&gt;
&lt;P&gt;NOTE: Additional host information:&lt;/P&gt;
&lt;P&gt;Linux LIN X64 3.10.0-1160.114.2.el7.x86_64 #1 SMP Sun Mar 3 08:18:39 EST 2024 x86_64 Red Hat Enterprise Linux Server release 7.9 &lt;BR /&gt;(Maipo)&lt;/P&gt;
&lt;P&gt;You are running SAS 9. Some SAS 8 files will be automatically converted &lt;BR /&gt;by the V9 engine; others are incompatible. Please see &lt;BR /&gt;&lt;A href="http://support.sas.com/rnd/migration/planning/platform/64bit.html" target="_blank"&gt;http://support.sas.com/rnd/migration/planning/platform/64bit.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;PROC MIGRATE will preserve current SAS file attributes and is &lt;BR /&gt;recommended for converting all your SAS libraries from any &lt;BR /&gt;SAS 8 release to SAS 9. For details and examples, please see&lt;BR /&gt;&lt;A href="http://support.sas.com/rnd/migration/index.html" target="_blank"&gt;http://support.sas.com/rnd/migration/index.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;This message is contained in the SAS news file, and is presented upon&lt;BR /&gt;initialization. Edit the file "news" in the "misc/base" directory to&lt;BR /&gt;display site-specific news and information in the program log.&lt;BR /&gt;The command line option "-nonews" will prevent this display.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;NOTE: SAS initialization used:&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.02 seconds&lt;/P&gt;
&lt;P&gt;NOTE: AUTOEXEC processing beginning; file is ('/opt/sas94/Agent/esm-agent/sasautos/esmtags.sas' &lt;BR /&gt;'/opt/sas94/SASHome/SASFoundation/9.4/autoexec.sas').&lt;/P&gt;
&lt;P&gt;SYSPROCESSPATH= /.../sasprograms/getS3bucketfilelst.sas &lt;BR /&gt;SYSPROCESSNAME=Program /.../sasprograms/getS3bucketfilelst.sas &lt;BR /&gt;SYSPROCEMODE=SAS Batch Mode&lt;/P&gt;
&lt;P&gt;NOTE: AUTOEXEC processing completed.&lt;/P&gt;
&lt;P&gt;1 %include "/..../sasprograms/awsS3bucketcredential.sas"&lt;BR /&gt;1 ! ;&lt;BR /&gt;WARNING: The OpenSSL 3 "legacy" provider could not be loaded. Certain functions may not work without ciphers from the "legacy" &lt;BR /&gt;provider.&lt;BR /&gt;ERROR: Secure communications error status 807ff019 description "10.128.15.239: SSL Error: Invalid subject name in partner's &lt;BR /&gt;certificate. Subject name must match machine name."&lt;BR /&gt;ERROR: Could not list bucket contents.&lt;BR /&gt;ERROR: SSL Error: Invalid subject name in partner's certificate. Subject name must match machine name.&lt;BR /&gt;WARNING: The data set DEST1.LIST may be incomplete. When this step was stopped there were 0 observations and 0 variables.&lt;BR /&gt;WARNING: Data set DEST1.LIST was not replaced because this step was stopped.&lt;BR /&gt;&amp;#12;2 The SAS System 10:13 Wednesday, April 24, 2024&lt;/P&gt;
&lt;P&gt;ERROR: Errors printed on page 1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Apr 2024 14:25:57 GMT</pubDate>
    <dc:creator>alepage</dc:creator>
    <dc:date>2024-04-24T14:25:57Z</dc:date>
    <item>
      <title>proc s3 procedure</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-s3-procedure/m-p/925573#M44678</link>
      <description>&lt;P&gt;Good Morning,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to use for the first time the SAS PROC S3 procedure and it is not working.&lt;/P&gt;
&lt;P&gt;I have tryied my SAS code in SAS EG but the software keep on running for a long time.&lt;/P&gt;
&lt;P&gt;I have tried to execute my sas code below directly on my Unix server using the command below (log file is after).&lt;/P&gt;
&lt;P&gt;What can be done to solve this issue&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%include "/.../sasprograms/awsS3bucketcredential.sas";
libname dest1  "/.../data/";

PROC S3 KEYID="&amp;amp;keyID" REGION="&amp;amp;region" SECRET="&amp;amp;secret." ;
list "&amp;amp;s3bucketname." out=dest1.list;
run;

Partial path is use for safety purpose&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;nohup sas&amp;nbsp;/.../sasprograms/getS3bucketfilelst.sas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1 The SAS System 10:13 Wednesday, April 24, 2024&lt;/P&gt;
&lt;P&gt;NOTE: Copyright (c) 2023 by SAS Institute Inc., Cary, NC, USA. &lt;BR /&gt;NOTE: SAS (r) Proprietary Software 9.4 (TS1M8) &lt;BR /&gt;Licensed to INTACT FINANCIAL CORP - PROD, Site 70185735.&lt;BR /&gt;NOTE: This session is executing on the Linux 3.10.0-1160.114.2.el7.x86_64 (LIN X64) platform.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: Analytical products:&lt;BR /&gt;&lt;BR /&gt;SAS/STAT 15.3&lt;/P&gt;
&lt;P&gt;NOTE: Additional host information:&lt;/P&gt;
&lt;P&gt;Linux LIN X64 3.10.0-1160.114.2.el7.x86_64 #1 SMP Sun Mar 3 08:18:39 EST 2024 x86_64 Red Hat Enterprise Linux Server release 7.9 &lt;BR /&gt;(Maipo)&lt;/P&gt;
&lt;P&gt;You are running SAS 9. Some SAS 8 files will be automatically converted &lt;BR /&gt;by the V9 engine; others are incompatible. Please see &lt;BR /&gt;&lt;A href="http://support.sas.com/rnd/migration/planning/platform/64bit.html" target="_blank"&gt;http://support.sas.com/rnd/migration/planning/platform/64bit.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;PROC MIGRATE will preserve current SAS file attributes and is &lt;BR /&gt;recommended for converting all your SAS libraries from any &lt;BR /&gt;SAS 8 release to SAS 9. For details and examples, please see&lt;BR /&gt;&lt;A href="http://support.sas.com/rnd/migration/index.html" target="_blank"&gt;http://support.sas.com/rnd/migration/index.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;This message is contained in the SAS news file, and is presented upon&lt;BR /&gt;initialization. Edit the file "news" in the "misc/base" directory to&lt;BR /&gt;display site-specific news and information in the program log.&lt;BR /&gt;The command line option "-nonews" will prevent this display.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;NOTE: SAS initialization used:&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.02 seconds&lt;/P&gt;
&lt;P&gt;NOTE: AUTOEXEC processing beginning; file is ('/opt/sas94/Agent/esm-agent/sasautos/esmtags.sas' &lt;BR /&gt;'/opt/sas94/SASHome/SASFoundation/9.4/autoexec.sas').&lt;/P&gt;
&lt;P&gt;SYSPROCESSPATH= /.../sasprograms/getS3bucketfilelst.sas &lt;BR /&gt;SYSPROCESSNAME=Program /.../sasprograms/getS3bucketfilelst.sas &lt;BR /&gt;SYSPROCEMODE=SAS Batch Mode&lt;/P&gt;
&lt;P&gt;NOTE: AUTOEXEC processing completed.&lt;/P&gt;
&lt;P&gt;1 %include "/..../sasprograms/awsS3bucketcredential.sas"&lt;BR /&gt;1 ! ;&lt;BR /&gt;WARNING: The OpenSSL 3 "legacy" provider could not be loaded. Certain functions may not work without ciphers from the "legacy" &lt;BR /&gt;provider.&lt;BR /&gt;ERROR: Secure communications error status 807ff019 description "10.128.15.239: SSL Error: Invalid subject name in partner's &lt;BR /&gt;certificate. Subject name must match machine name."&lt;BR /&gt;ERROR: Could not list bucket contents.&lt;BR /&gt;ERROR: SSL Error: Invalid subject name in partner's certificate. Subject name must match machine name.&lt;BR /&gt;WARNING: The data set DEST1.LIST may be incomplete. When this step was stopped there were 0 observations and 0 variables.&lt;BR /&gt;WARNING: Data set DEST1.LIST was not replaced because this step was stopped.&lt;BR /&gt;&amp;#12;2 The SAS System 10:13 Wednesday, April 24, 2024&lt;/P&gt;
&lt;P&gt;ERROR: Errors printed on page 1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 14:25:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-s3-procedure/m-p/925573#M44678</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2024-04-24T14:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: proc s3 procedure</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-s3-procedure/m-p/925590#M44681</link>
      <description>&lt;P&gt;Since this appears to be a secure communications issue it may require sharing information that might not be appropriate for an open forum. I would suggest contacting SAS Tech Support where sharing such would be a bit more secure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This warning&lt;/P&gt;
&lt;PRE&gt;WARNING: The OpenSSL 3 "legacy" provider could not be loaded. Certain functions may not work without ciphers from the "legacy"
provider.&lt;/PRE&gt;
&lt;P&gt;appears to come from code in the included credential file. Which is likely something that should not be shared.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 15:46:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-s3-procedure/m-p/925590#M44681</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-04-24T15:46:45Z</dc:date>
    </item>
  </channel>
</rss>

