ERROR message EZTC0652E running with v11.6
search cancel

ERROR message EZTC0652E running with v11.6

book

Article ID: 142261

calendar_today

Updated On:

Products

Easytrieve Report Generator

Issue/Introduction

Getting error message ETC0652E when running   EASYTRIEVE 11.6.  This is a migration difference. from Easytrieve 6.4.

Environment

Release : 11.6

Component : CA Easytrieve Plus Report Generator

Resolution

The following is the DISPLAY statement:
...
    DISPLAY '-----> ' SEARCH-STRING                       +
           ' FOUND IN MODULES UNCONNECTED TO DIALOGS '    +
            TEXT-CNTR ' TIMES'                            
...
this means it's 80 characters in length:
...
07 '-----> '
19 SEARCH-STRING
41 ' FOUND IN MODULES UNCONNECTED TO DIALOGS '  
07 TEXT-CNTR (5+2, because default MASK is ZZ,ZZZ-)

06 ' TIMES'                             
...
SPACE has no effect here.
But because SUM will be used in the report, SUMSPACE comes into the play as well.
SUMSPACE default value is 3.
The problem can be resolved by adding "SUMSPACE 0" to the REPORT statement.
Also SUMSPAC can be changed to 0 in the EZT 11.6 Options File.

This did not happen in Easytrieve 6.4, because SUMSPAC was set to 0 in the 6.4 Options Table.

 

Additional Information

Doc information on SUMSPAC;

https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-mainframe-software/devops/ca-easytrieve-report-generator/11-6/configuring/configure-your-system/updating-the-table/report-options.html#concept.dita_6f21670fa5d99261fe6b98a1f44292dfb71be93d_SUMSPACAdditionalPositionsforSummedFields