Post #1
0 votes
Sam
Reputation
5
Posts: 28
Joined: Jul 1, 2026, 2:30 PM
Posted: Aug 1, 2026, 8:17 AM
Different abend this time: S0C4. Is that null pointer stuff like other languages?
Different abend this time: S0C4. Is that null pointer stuff like other languages?
Protection exception. Program touched storage it should not. Common beginner causes: using a file after failed OPEN, bad addressability / linkage, subscript out of range, calling something with wrong USING.
Look at the PSW / offset, match to the compile listing, see which statement died.
You must be signed in to reply to this thread