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

Accessing Dataspace in SYSMDUMP


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
drowelf
Warnings : 1

New User


Joined: 03 Mar 2006
Posts: 47
Location: Simpsonville, SC

PostPosted: Wed Jul 25, 2007 8:57 am
Reply with quote

I have a program which accesses a couple of dataspaces. I've got a logic error that is resulting in a S0C4 which produces a SYSMDUMP. Now my question is:

Are my dataspaces contained in the SYSMDUMP? If so how do I access them to examine the data using IPCS?

TIA
Back to top
View user's profile Send private message
ironmike

New User


Joined: 07 Aug 2005
Posts: 33

PostPosted: Tue Aug 07, 2007 4:13 am
Reply with quote

Yes. You can use the ASID(xxx) and DSPNAME(xxxxx) values on the IPCS 'List' command to view areas in the data space.
Back to top
View user's profile Send private message
drowelf
Warnings : 1

New User


Joined: 03 Mar 2006
Posts: 47
Location: Simpsonville, SC

PostPosted: Wed Aug 08, 2007 8:06 am
Reply with quote

Thanks, is the ASID the same as I would use for the Central Storage? If not how do I determine the ASID to be used?

TIA
Back to top
View user's profile Send private message
ironmike

New User


Joined: 07 Aug 2005
Posts: 33

PostPosted: Mon Aug 13, 2007 10:34 pm
Reply with quote

The ASID is the ASID for the address space for which the dump was produced. The IPCS 'SUMM CURRENT' command will give you the ASID, among other things.
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Difference when accessing dataset in ... JCL & VSAM 7
No new posts Accessing ABENDCC in JCL JCL & VSAM 6
No new posts Accessing control blocks to retrieve ... COBOL Programming 5
No new posts VSAM - Accessing beyond record size JCL & VSAM 6
No new posts Accessing CICS tran with map from JCL... CICS 5
Search our Forums:

Back to Top