<?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 Re: ERROR: Insufficient authorization to access SASCP.V930C.W0.AUTOLIB(SYSRC). in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-SASCP-V930C-W0/m-p/163816#M42483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then I have to pass. It's more than 15 years now that we switched to UNIX, so my z/OS/SAS knowledge has grown quite thin ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Nov 2014 15:08:31 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2014-11-10T15:08:31Z</dc:date>
    <item>
      <title>ERROR: Insufficient authorization to access SASCP.V930C.W0.AUTOLIB(SYSRC).</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-SASCP-V930C-W0/m-p/163813#M42480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I am getting the following error running SAS V9.3 in a z/OS environment. I put in a request to get read/update access to this dataset via RACF and still get the error. Do I need different authority or am I missing something else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Insufficient authorization to access SASCP.V930C.W0.AUTOLIB(SYSRC).&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: r_ansi;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ERROR: The SAS Macro Facility has encountered an I/O error.&amp;nbsp; Canceling submitted&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: r_ansi;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing due to receiving a CANCEL request.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 14:13:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-SASCP-V930C-W0/m-p/163813#M42480</guid>
      <dc:creator>srosenfe</dc:creator>
      <dc:date>2014-11-10T14:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient authorization to access SASCP.V930C.W0.AUTOLIB(SYSRC).</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-SASCP-V930C-W0/m-p/163814#M42481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try accessing the file via TSO, to make sure that you actually have the permissions.&lt;/P&gt;&lt;P&gt;How do you work with SAS in the z/OS environment? Base SAS via TSO, or Enterprise Guide?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 14:31:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-SASCP-V930C-W0/m-p/163814#M42481</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-11-10T14:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient authorization to access SASCP.V930C.W0.AUTOLIB(SYSRC).</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-SASCP-V930C-W0/m-p/163815#M42482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am able to copy it via tso/ispf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running a batch jcl executing proc=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXEC SASPROD,WORK='100,100'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PROC ENTRY=SASB,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; CONFIG=NULLFILE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; TKMVSENV=NULLFILE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD='*.NULLPDS,VOL=REF=*.NULLPDS',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; SASAUTO='SASCP.AUTOLIB.DUMMY',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; OPTIONS=,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; OPTNFILE=SITE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; SORT=4,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; WORK='500,200',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ALLOCTYP=CYL,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; WORKDEV='(SYSDA,8)',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; HLQ=SASCP.V930C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 14:57:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-SASCP-V930C-W0/m-p/163815#M42482</guid>
      <dc:creator>srosenfe</dc:creator>
      <dc:date>2014-11-10T14:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient authorization to access SASCP.V930C.W0.AUTOLIB(SYSRC).</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-SASCP-V930C-W0/m-p/163816#M42483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then I have to pass. It's more than 15 years now that we switched to UNIX, so my z/OS/SAS knowledge has grown quite thin ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 15:08:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-authorization-to-access-SASCP-V930C-W0/m-p/163816#M42483</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-11-10T15:08:31Z</dc:date>
    </item>
  </channel>
</rss>

