On Tue, 12 Jul 2016 15:32:07 -0500, Bill Woodger wrote: >Thanks Mike, and now Steve as well. It's all knowledge. Now, is that 1 >decimal, or hexadecimal? Is a PIC (non-PICture) a subset of abend-codes (does >it include SB37, S222)?
Kind of. MVS turns some program interrupts into S0Cx abends. e.g. a data exception (PIC 7) becomes a S0C7. PIC 10 is commonly called a page fault. If the page is not allocated, MVS treats that similarly to a protection exception and issues a S0C4 abend. >I should find something to read. That would be the Principles of Operation. The section on Program Interruptions. These are detected by the processor as instructions are executed. -- Tom Marchant ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
