SAS Dataset Access issue



All other tools like QACenter, Strobe, Endevor, Telon, APAS, Scheduler, Auditor, DATA-XPERT, CoolGen, Intertest, AdvantageGen, COBTEST etc.

SAS Dataset Access issue

Postby Antonyraj85 » Wed Jun 15, 2016 6:14 pm

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
Antonyraj85
 
Posts: 79
Joined: Mon Jun 14, 2010 9:51 am
Has thanked: 0 time
Been thanked: 0 time

Re: SAS Dataset Access issue

Postby enrico-sorichetti » Wed Jun 15, 2016 6:19 pm

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.
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: SAS Dataset Access issue

Postby Antonyraj85 » Wed Jun 15, 2016 6:21 pm

I am very new to SAS. Just 15 days experience
Antonyraj85
 
Posts: 79
Joined: Mon Jun 14, 2010 9:51 am
Has thanked: 0 time
Been thanked: 0 time

Re: SAS Dataset Access issue

Postby Antonyraj85 » Wed Jun 15, 2016 6:22 pm

Hi Enrico,

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

Antony
Antonyraj85
 
Posts: 79
Joined: Mon Jun 14, 2010 9:51 am
Has thanked: 0 time
Been thanked: 0 time

Re: SAS Dataset Access issue

Postby Robert Sample » Wed Jun 15, 2016 6:35 pm

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.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times


Return to All Other Tools

 


  • Related topics
    Replies
    Views
    Last post