Installing SYSVIEW For DB2 (IDB2) using the CA Products for DB2 for z/OS Post-Install Tailoring (INS) to build the install JCL, the following error occured when creating the IDB2SYS member:
ISPF105 Output overflow
Line to be written greater than data set LRECL (80), IDDCPRMS record-279
File tailoring input line:
SMTP-TEMPLATE='&IDBSRC.(NSIEHTML)' /*HTML EMAIL TEMPLATE FOR SMTP
The following is likely related to this problem:
MF20.MSPS.DB2.DBT190.P2.PTFLIB(RO92346)
* DEST-GROUPS-DSN='&IDBSRC.(DESTGRPS)' /* GROUP DEFINTION FILE
* SMTP-TEMPLATE='&IDBSRC.(NSIEHTML)' /* HTML EMAIL TEMPLATE FOR SMTP
In MF20.MSPS.DB2.DBT190.P2.PTFLIB(RO92930) this has been restructured:
* /* GROUP DEFINTION FILE
* DEST-GROUPS-DSN='&IDBSRC.(DESTGRPS)'
*
* /* HTML EMAIL TEMPLATE FOR SMTP
* SMTP-TEMPLATE-DSN='&IDBSRC.(NSIEHTML)'
Editing the HGHLVL.CDBASKL0(IDDCPRMS) member and remove the following comment:
' /* GROUP DEFINTION FILE
/* HTML EMAIL TEMPLATE FOR SMTP or
to reflect what is in MF20.MSPS.DB2.DBT190.P2.PTFLIB(RO92930).