I have production job abend and this is the first time I am checking this job and program.
Job abended with :
CEE3250C The system or user abend U2022 R=00000000 was issued.
From compile unit EOJ at entry point EOJ at compile unit offset +000006E0 at address 23089970.
It was an user abend 2022 and the display in sysout was " count mismatch between input file & the count inserted/updated in the table".
I know the input file count. Is it possible to find out the value of insrt/update count from CEEDUMP ?
and I have 1 more question:
In the beginning of working storage section of program its given as
*******************************************
* SAVE WORKING STORAGE FOR SMART/RESTART
*******************************************
EXEC SRS
BEGIN SAVE
END-EXEC.
and in the end of working storage its given as
**********************************************
* END SAVE WORKING STORAGE FOR SMART/RESTART
**********************************************
EXEC SRS
END SAVE
END-EXEC.
**********************************************
will this store working storage values if job abends? If job abended and restarted, will the count values will be the same as when job abended?
this is the first time I am seeing EXEC SRS.
Please reply..
Thanks in Advance !!