<?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 While creating the password it is throwing below error in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/While-creating-the-password-it-is-throwing-below-error/m-p/523192#M4556</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While creating the password it is throwing below error, any suggestion?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;%let QCCPW = QCC2019;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PROC SQL;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Create table SAMPLE.BO_DATA (alter=&amp;amp;QCCPW write=&amp;amp;QCCPW)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;as select *&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from BO_DATA_&amp;amp;YM A LEFT JOIN&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AACILITY_INFO (drop=zip_code state: county: city: ) B&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;on &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; A.Aacility=B.Aacility&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;order by A.Unique_ID;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;QUIT;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR: Invalid or missing ALTER password on member SAMPLE.BO_DATA.DATA.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lav&lt;/P&gt;</description>
    <pubDate>Fri, 21 Dec 2018 21:37:37 GMT</pubDate>
    <dc:creator>Lav001</dc:creator>
    <dc:date>2018-12-21T21:37:37Z</dc:date>
    <item>
      <title>While creating the password it is throwing below error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/While-creating-the-password-it-is-throwing-below-error/m-p/523192#M4556</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While creating the password it is throwing below error, any suggestion?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;%let QCCPW = QCC2019;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PROC SQL;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Create table SAMPLE.BO_DATA (alter=&amp;amp;QCCPW write=&amp;amp;QCCPW)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;as select *&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from BO_DATA_&amp;amp;YM A LEFT JOIN&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AACILITY_INFO (drop=zip_code state: county: city: ) B&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;on &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; A.Aacility=B.Aacility&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;order by A.Unique_ID;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;QUIT;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR: Invalid or missing ALTER password on member SAMPLE.BO_DATA.DATA.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lav&lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2018 21:37:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/While-creating-the-password-it-is-throwing-below-error/m-p/523192#M4556</guid>
      <dc:creator>Lav001</dc:creator>
      <dc:date>2018-12-21T21:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: While creating the password it is throwing below error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/While-creating-the-password-it-is-throwing-below-error/m-p/523194#M4557</link>
      <description>&lt;P&gt;The message must be for another codepart, as the code you posted does not have any reference to&amp;nbsp;&lt;STRONG&gt;QUALDAT.BI_DATA.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2018 21:40:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/While-creating-the-password-it-is-throwing-below-error/m-p/523194#M4557</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-12-21T21:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: While creating the password it is throwing below error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/While-creating-the-password-it-is-throwing-below-error/m-p/523198#M4559</link>
      <description>&lt;P&gt;Simplifying your code shows no errors. The error is likely somewhere else, otherwise please post your full log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 68         
 69         %let QCCPW = QCC2019;
 70         PROC SQL;
 71         Create table BO_DATA (alter=&amp;amp;QCCPW write=&amp;amp;QCCPW)
 72         as select *
 73         from sashelp.class;
 NOTE: Table WORK.BO_DATA created, with 19 rows and 5 columns.
 
 74         QUIT;
 NOTE: PROCEDURE SQL used (Total process time):
       real time           0.05 seconds
       cpu time            0.03 seconds&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/252295"&gt;@Lav001&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While creating the password it is throwing below error, any suggestion?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;%let QCCPW = QCC2019;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PROC SQL;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Create table SAMPLE.BO_DATA (alter=&amp;amp;QCCPW write=&amp;amp;QCCPW)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;as select *&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from BO_DATA_&amp;amp;YM A LEFT JOIN&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AACILITY_INFO (drop=zip_code state: county: city: ) B&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;on &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; A.Aacility=B.Aacility&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;order by A.Unique_ID;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;QUIT;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR: Invalid or missing ALTER password on member SAMPLE.BO_DATA.DATA.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Lav&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2018 23:18:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/While-creating-the-password-it-is-throwing-below-error/m-p/523198#M4559</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-12-21T23:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: While creating the password it is throwing below error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/While-creating-the-password-it-is-throwing-below-error/m-p/523200#M4560</link>
      <description>&lt;P&gt;Is there any chance that the SAMPLE library is external database or odbc link or similar?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any chance that instead of SAMPLE.BO_DATA&amp;nbsp;you intended use SAMPLE.BO_DATA_&amp;amp;YM in the create table statement? If there is a name mismatch then perhaps the existing SAMPLE.BO_DATA&amp;nbsp;has a different password than SAMPLE.BO_DATA_&amp;amp;YM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And of course you may just have the wrong password.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2018 23:30:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/While-creating-the-password-it-is-throwing-below-error/m-p/523200#M4560</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-12-21T23:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: While creating the password it is throwing below error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/While-creating-the-password-it-is-throwing-below-error/m-p/523201#M4561</link>
      <description>&lt;P&gt;I can recreate the error if I use the wrong password and am trying to replace a file that already exists, but has a different password.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt; 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 68         
 69         %let QCCPW = QCC2018;
 70         PROC SQL;
 71         Create table BO_DATA (alter=&amp;amp;QCCPW write=&amp;amp;QCCPW)
 72         as select *
 73         from sashelp.class;
 ERROR: Invalid or missing ALTER password on member WORK.BO_DATA.DATA.
 
 NOTE: PROC SQL set option NOEXEC and will continue to check the syntax of statements.
 74         QUIT;
 NOTE: The SAS System stopped processing this step because of errors.
 NOTE: PROCEDURE SQL used (Total process time):
       real time           0.01 seconds
       cpu time            0.00 seconds&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Is there any chance that the SAMPLE library is external database or odbc link or similar?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any chance that instead of SAMPLE.BO_DATA&amp;nbsp;you intended use SAMPLE.BO_DATA_&amp;amp;YM in the create table statement? If there is a name mismatch then perhaps the existing SAMPLE.BO_DATA&amp;nbsp;has a different password than SAMPLE.BO_DATA_&amp;amp;YM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And of course you may just have the wrong password.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2018 23:35:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/While-creating-the-password-it-is-throwing-below-error/m-p/523201#M4561</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-12-21T23:35:02Z</dc:date>
    </item>
  </channel>
</rss>

