We work in an IBM environment loading DDL using the ACEINT Utility.
The Utility request input witch LREC=80.
To cover this limitation, some Statements allow a string to be separated using the '+' Char.
Example:
CONNECT TO
'DD=RTE_PROD_TI;GATEWAY=cnxJDBC-PRODPri.systemz.abraxas-its.ch:7500!cnxJ' +
'DBC-PRODAlt.systemz.abraxas-its.ch:7550;APPLICATION=ONDEMAND'
USER ROUSER
;
It would be extremely helpful that a sting-seperation is supported for the
SET DEFAULTSERVER= Parameter in the ALTER DATABASE DDL-Statement.
We are currently blocked, because the value for SET DEFAULTSERVER exceeds 80 chars.
Use Case | massive support on changes in systemconfiguration |