The CEVM customization JAVAJVM SYSTCPD step produces a bad SYSTCPD statement
book
Article ID: 112595
calendar_today
Updated On:
Products
Compliance Event Manager
Issue/Introduction
In the CEVM .SAMPLIB customization member CEMCCONF, the JAVAJVM step to produce the "SYSTCPD" DD statement resolves into an incorrect statement. The following example produces an incorrect substitution:
For setting “TCPDATAH”, assigned a value of “SYS1” For setting “TCPDATAL”, assigned a value of “TCPPARMS” For setting “TCPDATAM”, assigned a value of “TCPDTAT1”
The third qualifier is for the TCPIP member name, and the format if specified needs to have parens.
Resolution
Change the following “TCPDATAM” parameter value to include parenthesis:
For setting “TCPDATAH”, assigned a value of “SYS1” For setting “TCPDATAL”, assigned a value of “TCPPARMS” For setting “TCPDATAM”, assigned a value of “(TCPDTAT1)”
The correct substitution looks like: //SYSTCPD DD DISP=SHR, // DSN=SYS1.TCPPARMS(TCPDTAT1)