Start of change

BND032S VAL DD statement is present but no subsystem ID was specified

Explanation

VAL is an optional parameter that indicates that the bind avoidance program is to check for invalid plans or packages. A subsystem ID must be specified when using this option.
Module: ADBBMAV

System action

Processing stops.

User response

Omit the VAL DD statement or add the required SSID as follows:
//VAL_xyz DD Dummy

where _xyz is the 1- to 4-character subsystem ID.

End of change