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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1676 views
  • 0 likes
  • 2 in conversation