View previous topic :: View next topic |
Author |
Message |
issac1029 Intermediate

Joined: 10 Dec 2005 Posts: 159 Topics: 75
|
Posted: Tue Jun 20, 2006 9:57 pm Post subject: what is a 'Clobbered' code |
|
|
Hi all,
Quote: | "Clobbered" code; i.e., the executing program was
corrupted in virtual storage and then a branch was
performed into the corrupted code | It refered in S0C1 CAUSE REASON.
Does 'corrupted in virtual storage ' mean fail in declaring enough vitural stroage?Or those storage is obtain by other routine? |
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Wed Jun 21, 2006 8:05 am Post subject: |
|
|
Corrupted means the code was altered, probably by a bad MOVE or table exceeding it's defined size. S0C1 is a bad instruction, which can be caused by branching into storage that was corrupted or overlaid by data. _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
 |
|
|