hi all,
I have a problem while debugging a SP. once the program execution is completed the control again goes to procedure division, instead of comming out of xpediter, and when the next statement is executed it gives me a SOC4 abend. made sure that had 1 against the number of runs in xpediter main menu. please let me know why this occurs.
Joined: 06 Jun 2008 Posts: 4259 Location: Atlanta, GA
Some things that might help figure out your problem:
1. Are you running a batch program or CICS program or ???
2. What language is the main program written in?
3. I assume the called program is COBOL since you mention GOBACK, but are there any tables in the called program? If so, have you compiled with SSRANGE on and tested this way?
4. Did you use the INITIAL attribute?