IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

while compile the program i will get the s913 error code ?


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jspaulpeter

New User


Joined: 25 Aug 2005
Posts: 12

PostPosted: Fri Jan 19, 2007 4:28 pm
Reply with quote

while compile the program i will get the s913 error.
what is the error s913 ?
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Fri Jan 19, 2007 4:34 pm
Reply with quote

Quote:
913
Explanation: The error occurred during processing of an OPEN macro instruction. This system completion code is accompanied by message IEC150I. Refer to the explanation of message IEC150I for complete information about the task that was ended and for an explanation of the return code in register 15.

Programmer Response: Respond as indicated in message IEC150I.

System Programmer Response: If the error recurs and the program is not in error, look at the messages in the job log for more information. Search problem reporting data bases for a fix for the problem. If no fix exists, contact the IBM Support Center. Provide the JCL and the program listing for the job.
Possibly the DD pointing to your source code is wrong?
Back to top
View user's profile Send private message
sujatha.r

New User


Joined: 05 Nov 2008
Posts: 2
Location: Chennai

PostPosted: Tue Jan 06, 2009 5:39 pm
Reply with quote

This is a common error message that can occur on mainframe systems. S913 is an error that is usually based on authority and what you are are allowed to access. If you are trying to access a dataset which you do not have access to, an S913 error message will be returned to your executing program.

--------
Hope this is useful
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Jan 06, 2009 10:21 pm
Reply with quote

Hello,

Are you using the system standard compile jcl or did you make up some of your own? You should never make up your own. . .

Suggest you check with the system support people or others working on your project to determine which dataset(s) your are trying to access that you do not have permissions to access.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
Search our Forums:

Back to Top