View previous topic :: View next topic
|
Author |
Message |
Harold Barnes
New User
Joined: 27 Oct 2015 Posts: 33 Location: United States
|
|
|
|
I'm using c++ (cxx) on z/OS USS to compile and link c programs. I'm getting errors from IEW (linker) that it can't access SYSLIB.
I'm assuming that this has to be an export e.g. export _CXX_LSYSLIB="CEE.SCEELKEDX:CEE.SCEELKED:CBC.SCCNOBJ:SYS1.CSSLIB"
That was my best shot but still getting errors during linking.
ABEND 913-38 OCCURRED WHILE PROCESSING PARTITIONED DATA SET DDNAME SYSLIB.
Please help. I'm losing hair fast |
|
Back to top |
|
|
sergeyken
Senior Member
Joined: 29 Apr 2008 Posts: 2145 Location: USA
|
|
|
|
S913-38
An open was issued for a RACF-protected data set on a DASD volume or a RACF protected tape volume to which the caller was not authorized. |
|
Back to top |
|
|
Harold Barnes
New User
Joined: 27 Oct 2015 Posts: 33 Location: United States
|
|
|
|
And that would be a BIG YES.
I made an assumption. You know how those go. I have lots of RACF violations to explain.
Thanks! |
|
Back to top |
|
|
|