Page 1 of 1

SAS Dataset Access issue

PostPosted: Wed Jun 15, 2016 6:14 pm
by Antonyraj85
Hi Team,

//MGTCLAS EXEC SAS
//SAS.LIBRARY DD DSN=SYS9.G08.MXG.LIBRARY,DISP=SHR
// DD DSN=SYS9.G08.MXG.SOURCLIB,DISP=SHR
//SAS.SOURCLIB DD DSN=SYS9.G08.MXG.SOURCLIB,DISP=SHR
//WORK DD SPACE=(CYL,(5,1),RLSE)
//SAS.INPUT DD DISP=SHR,DSN=IMVS137.SAS.CNTL(TEST)
//SAS.OUT DD SYSOUT=*
//SYSIN DD *
DATA _NULL_;
INFILE INPUT;
FILE OUT;
INPUT @01 CITY $CHAR02;
PUT @01 CITY $CHAR02;
RUN;

Able to print it first time.

When I Submit the same job again, it is failed with access issue

ACF99913 ACF2 VIOLATION-12,00,IMVS137,SG0029,SYS9.G01.SASM.LIBRARY,N/A
ACF99913 ACF2 VIOLATION-12,00,IMVS137,SG0029,SYS9.G01.SASM.LIBRARY,N/A
ACF90913 -DATASET CANNOT BE OPENED; AUTHORIZATION IS REQUIRED.


Can anyone from this forum help me. Thanks.

Antony

Re: SAS Dataset Access issue

PostPosted: Wed Jun 15, 2016 6:19 pm
by enrico-sorichetti
Can anyone from this forum help me.

NO!
for security related questions - especially for security violations -
the ONLY people to ask are those of the support group.

Re: SAS Dataset Access issue

PostPosted: Wed Jun 15, 2016 6:21 pm
by Antonyraj85
I am very new to SAS. Just 15 days experience

Re: SAS Dataset Access issue

PostPosted: Wed Jun 15, 2016 6:22 pm
by Antonyraj85
Hi Enrico,

Thanks. But, why it is fine with first if it is security issue. Any idea ?

Antony

Re: SAS Dataset Access issue

PostPosted: Wed Jun 15, 2016 6:35 pm
by Robert Sample
But, why it is fine with first if it is security issue. Any idea ?
This is a question for your site support group and the security group in particular. We do not know how your site is set up, since we don't work there, and we especially do not know what security rules are set up AT YOUR SITE. And the error you are getting is specific to YOUR SITE, and nowhere else.

To0pic locked to prevent any further useless questioning.