BookmarkSubscribeRSS Feed
srosenfe
Fluorite | Level 6


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?

ERROR: Insufficient authorization to access SASCP.V930C.W0.AUTOLIB(SYSRC).


ERROR: The SAS Macro Facility has encountered an I/O error.  Canceling submitted


NOTE: The SAS System stopped processing due to receiving a CANCEL request.

3 REPLIES 3
Kurt_Bremser
Super User

Try accessing the file via TSO, to make sure that you actually have the permissions.

How do you work with SAS in the z/OS environment? Base SAS via TSO, or Enterprise Guide?

srosenfe
Fluorite | Level 6

I am able to copy it via tso/ispf.

I am running a batch jcl executing proc=

EXEC SASPROD,WORK='100,100'

PROC ENTRY=SASB,

  CONFIG=NULLFILE,

  TKMVSENV=NULLFILE,

  LOAD='*.NULLPDS,VOL=REF=*.NULLPDS',

  SASAUTO='SASCP.AUTOLIB.DUMMY',

  OPTIONS=,

  OPTNFILE=SITE,

  SORT=4,

  WORK='500,200',

  ALLOCTYP=CYL,

  WORKDEV='(SYSDA,8)',

  HLQ=SASCP.V930C

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
  • 3 replies
  • 985 views
  • 0 likes
  • 2 in conversation