BIGINT functionality results in EZTC0441E error.
search cancel

BIGINT functionality results in EZTC0441E error.

book

Article ID: 15441

calendar_today

Updated On:

Products

PanAudit Plus Easytrieve Report Generator PAN/SQL

Issue/Introduction



We have installed PTFS RO73211 and RO73212, but we are getting the following error when using BIGINT functionality:
    EZTC0441E >>> $Intrnl Err 9058' error
 

How can I resolve this?

Environment

Release: EDBMSU00200-11.6-Easytrieve-Report Generator-Option for DB2-MSU
Component:

Resolution

While RO73211 and RO73212 are definitely needed for the CA Easytrieve release 11.6 product, please also RECEIVE, APPLY RO78062 and RO77666 and be sure to follow the PTF instructions. These two PTFs, RO78062 and RO77666, are for the CA Pan/SQL 2.4C product and have special instructions (please see Additional Information).

Additional Information

RO78062 and RO77666 are for the CA Pan/SQL 2.4C product and have the following special instructions:

* NOTE 
************************************************************* 
* RERUN INSTALL JOBS IJ3STGE1 AND CB2ACMDL AFTER APPLY. * 
* AND IF THERE ARE MULTIPLE SUBSYSTEMS, THE SQLINST4 JOB * 
* MUST BE RUN AS WELL. * 
* 
************************************************************* 
* ALSO NOTE 
************************************************************* 
Before installing this PTF you must add the following DDDEF 
to your PanSQL 2.4 SMP/E definitions (for FMID CB2A240): 
(it is listed as GIMSMP JCL and control cards, but you may 
add it using any method you like to use.) 
The @...@ values below can be taken from your PanSQL install 
JCL jobs. 
//SMPZONE EXEC PGM=GIMSMP,REGION=4096K,PARM='DATE=U' 
//SMPCSI DD DISP=SHR,DSN=@CSI-DSN@ 
//SMPPTS DD DISP=SHR,DSN=@[email protected] 
//SMPTLIB DD DISP=OLD,UNIT=@TLIB-UNIT@,VOL=SER=@TLIB-VOL@ 
//SMPLOG DD DUMMY 
//SMPLOGA DD DUMMY 
//SMPOUT DD SYSOUT=* 
//SMPPUNCH DD SYSOUT=* 
//SMPRPT DD SYSOUT=* 
//SMPLIST DD SYSOUT=* 
//SMPSNAP DD SYSOUT=* 
//SYSPRINT DD SYSOUT=* 
//SYSUDUMP DD SYSOUT=* 
//SMPWRK1 DD SPACE=(CYL,(1,1,5)),DCB=BLKSIZE=3120,UNIT=@WORK-UNIT@ 
//SMPWRK2 DD SPACE=(CYL,(1,1,5)),DCB=BLKSIZE=3120,UNIT=@WORK-UNIT@ 
//SMPWRK3 DD SPACE=(CYL,(1,1,5)),DCB=BLKSIZE=3120,UNIT=@WORK-UNIT@ 
//SMPWRK4 DD SPACE=(CYL,(1,1,5)),DCB=BLKSIZE=3120,UNIT=@WORK-UNIT@ 
//SMPWRK5 DD SPACE=(CYL,(1,1,5)),DCB=BLKSIZE=3120,UNIT=@WORK-UNIT@ 
//SMPWRK6 DD SPACE=(CYL,(1,1,5)),DCB=BLKSIZE=3120,UNIT=@WORK-UNIT@ 
//SYSUT1 DD SPACE=(CYL,(5,1)),UNIT=@WORK-UNIT@ 
//SYSUT2 DD SPACE=(CYL,(5,1)),UNIT=@WORK-UNIT@ 
//SYSUT3 DD SPACE=(CYL,(5,1)),UNIT=@WORK-UNIT@ 
//SYSUT4 DD SPACE=(CYL,(5,1)),UNIT=@WORK-UNIT@ 
//SMPCNTL DD * 
SET BDY(***PanSQL target zone***). 
UCLIN. 
ADD DDDEF(SCEELKED) 
DA (***your.LE.SCEELKED.library***) 
SHR. 
ENDUCL. 
SET BDY(***PanSQL dlib zone***). 
UCLIN. 
ADD DDDEF(SCEELKED) 
DA (***your.LE.SCEELKED.library***) 
SHR. 
ENDUCL. 
/* 
************************************************************* ). 
++DELETE (DQSCGEN) SYSLIB(CB2ALLT). 
++PROGRAM (DQSCGEN) DELETE DISTLIB(CB2ALLD). 
++MOD (OMSCCTP2) DISTLIB(CB2ALLD). 
++IMBED T193284 DATA1 
++MOD (OMSCSQL2) DISTLIB(CB2ALLD). 
++IMBED T193284 DATA2 
++MOD (OMSMBDA) DISTLIB(CB2ALLD). 
++IMBED T193284 DATA3 
++MOD (DQSCGEN) DISTLIB(CB2ALLD). 
++IMBED T193284 DATA4 
++JCLIN CALLLIBS. 
++IMBED T193284 DATA5 
++ASSIGN SOURCEID(CAP1501) TO (RO77666). 

RO78062 also has similar comments.