I Just finished turning in grades for the latest semester, and now I have a bit more time for adding to the blog. Want to know more about S0C4 abends? Then this video is for you. You can also find the code for the video along with lots of other videos here. More debugging videos are on the way, so check back soon.
Related Posts
Labeled Using – A Powerful ToolLabeled Using – A Powerful Tool
Occasionally you need to take a DSECT and apply the structure to multiple areas of storage simultaneously. With a standard ...
Review an Instruction: LAY (IBM Assembler – HLASM)Review an Instruction: LAY (IBM Assembler – HLASM)
I’ve updated the article about LAY to include how to decrement a register with LAY. If you haven’t seen this ...
Content MovedContent Moved
I’ve moved 99% of the content that was on my university site to this one. Almost all the links should ...

Hi Love the website and content and bought the book. I learn’t assembler in the 70s (BAL) and as a sysprog used it infrequently – exits etc. Now I am trying to get it back and update it. The book has been invaluable. I tried to use IPCS to debug some simple code – (creates an 0C6) but got no fail data – missing SDWA. Found a hit on a mainframe site that suggested coding:
LOAD EP=IEFBR14
LR R2,R0
ESTAE (2),CT,SDWALOC31=YES
after normal program housekeeping, it seems to work I got the dump and the SDWA was found. This side of things is something I was always a bit week on, do you have any info on why this works? Also you refer to a John Erhman book, that seems to be unavailable, but revered. Any idea how I can get a copy (the link doesn’t work for me)
Lastly – are you going to do an advanced assembler book to join the big blue book?
Thanks Dave