Included in ZMF 8.3
We need to have ability to upfdate some stage parms added to HLLX code to disable comparison reports
Enable comparisonReport(BULDCMPR) & comparisonText(BULDCMPT) fields in BULD0101 exit.
Certain fields like comparisonReport(BULDCMPR), comparisonText(BULDCMPT), componentListMode(BULDDMOD) can be modified only from exit BULD0x12. Please enable these options in BULD0101 exit for direct usage from stage primary panel.
Example.
In panel CMNSTG02 and CMNSTG01 we wanted to disable CMPRPT for select component types that will cause S0C4 errors due to record length.
)PROC
&PKGE = TRUNC(&PKGNAME,4)
IF (&PKGE EQ 'PDBA')
IF (&CMPTYPE EQ 'EXC','JOB','OBJ','UTL')
&CMPRPT = 'NO'
We would like the HLLX relagted to panels below to have adjustment for panel variables related to compare report.
CMNCOMP1 PNL
CMNSIDV1 PNL
CMNSTG01 PNL
CMNSTG02 PNL
