CA Easytrieve: Resolving an EDSA abend with PTF SO06847
search cancel

CA Easytrieve: Resolving an EDSA abend with PTF SO06847

book

Article ID: 130820

calendar_today

Updated On:

Products

PanAudit Plus Easytrieve Report Generator PAN/SQL

Issue/Introduction



Receiving this EDSA abend:
000082 18.40.24 J0016956 +EZAC0000 CA-EASYTRIEVE system error EDSA has been e 
000083 18.40.24 J0016956 +EZAC0001 Program execution cancelled 
000084 18.40.24 J0016956 IEF450I @xxxxx PS010 JS010 - ABEND=S000 U0020 REAS 
000085 718 TIME=18.40.24 
000086 18.40.24 J0016956 ACTR01I JOBNAME STEPNAME PROCSTEP RC EXCP CPU- 
000087 18.40.24 J0016956 ACTR01I @xxxxx JS010 PS010 U0020 2294 00:0 
000088 18.40.24 J0016956 ACTR01I @xxxxx JS010 PS010A FLUSH 
000089 18.40.24 J0016956 IEF404I @xxxxx - ENDED - TIME=18.40.24 
000090 18.40.24 J0016956 $HASP395 @xxxxx ENDED - ABEND=U0020 
 
 

Environment

CA Easytrieve release 11.6

Resolution

This EDSA abend is resolved by
SO06847: PROBLEM DESCRIPTION: S0C4 ABEND using FILE statement DEFER option with PRINTER files.
This PTF may be downloaded from Support Online.

Please note:
If a S0C4 or S0C1 abend then occurs, please be sure to create ETCOBS4 by relinking the ETCOBSR module as follows and relinking above the line with AMODE(31):
//<jobcard>
//LINK1 EXEC PGM=IEWL,PARM='NCAL,LIST,MAP,XREF'
//SYSPRINT DD SYSOUT=*
//SYSIN DD DUMMY
//SYSLIB DD DUMMY
//SYSLMOD DD DSN=.CBAALOAD,DISP=SHR
//SYSUT1 DD DSN=&&SYSUT1,UNIT=SYSDA,SPACE=(CYL,(2,2))
//SYSLIN DD *
INCLUDE SYSLMOD(ETCOBSR)
MODE AMODE(31)
NAME ETCOBS4(R)
/*