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

OC1 abend about ISPLINK when starting an ISPF application


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Dan Zheng

New User


Joined: 02 Nov 2010
Posts: 4
Location: China

PostPosted: Wed Nov 20, 2013 3:23 pm
Reply with quote

This is an ISPF application written by C/C++. When I start it on one of my Mainframe environment, OC1 abend happens with the error something like ISPLINK error. See the attachment.

Is there anybody has seen similar error before? I want to know if this is possibly caused by environment setup or my C/C++ codes, such as there is null pointer kinds of mistakes. Thank you.
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: Wed Nov 20, 2013 7:46 pm
Reply with quote

Hello,

The "screen shot" has been removed. Please do not post
screen shots". Due to color and size the posted screen shot was not usable.

Instead . . .

Use copy/paste and the Code tag. There is a Preview function that will allow you to see your post as it will appear to the forum. When the post appears as you want, Submit.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Wed Nov 20, 2013 9:40 pm
Reply with quote

Quote:
I want to know if this is possibly caused by .... my C/C++ codes, such as there is null pointer kinds of mistakes.

Yes, it is possible. In fact, I think it is likely.

1. check that the linkage editor or binder ended with RC=0 when you created the load module.
2. If you are calling ISPLINK, how are you getting addressability to it?
3. It could be a storage overlay.
4. or as you suggest, how do you set the pointers?
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Looking for a little history of ISPF ... TSO/ISPF 5
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts 10 byte RBA conversion -non applicati... JCL & VSAM 1
No new posts DB2 Event passed to the Application P... DB2 1
Search our Forums:

Back to Top