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
SAS Dataset Access issue
-
- Posts: 79
- Joined: Mon Jun 14, 2010 9:51 am
- Skillset: MVS Admin
- Referer: Internet
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: SAS Dataset Access issue
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
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
-
- Posts: 79
- Joined: Mon Jun 14, 2010 9:51 am
- Skillset: MVS Admin
- Referer: Internet
Re: SAS Dataset Access issue
I am very new to SAS. Just 15 days experience
-
- Posts: 79
- Joined: Mon Jun 14, 2010 9:51 am
- Skillset: MVS Admin
- Referer: Internet
Re: SAS Dataset Access issue
Hi Enrico,
Thanks. But, why it is fine with first if it is security issue. Any idea ?
Antony
Thanks. But, why it is fine with first if it is security issue. Any idea ?
Antony
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: SAS Dataset Access issue
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.But, why it is fine with first if it is security issue. Any idea ?
To0pic locked to prevent any further useless questioning.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 1
- 1259
-
by sergeyken
View the latest post
Wed Feb 07, 2024 11:48 pm
-
- 0
- 1640
-
by aarvalar1
View the latest post
Mon Sep 09, 2024 7:21 pm
-
- 3
- 5046
-
by jrcox
View the latest post
Wed Jul 29, 2020 7:52 pm
-
- 1
- 1340
-
by jcdm
View the latest post
Mon Oct 24, 2022 6:10 pm
-
-
Code conversion issue while reading JCL using REXX
by vsgurunath » Fri Jun 19, 2020 10:19 pm » in CLIST & REXX - 11
- 4304
-
by vsgurunath
View the latest post
Thu Jun 25, 2020 4:08 pm
-