BND024S ** ERROR ** SSID DD STATEMENT IS PRESENT BUT NO SUBSYSTEM WAS SPECIFIED
Explanation
A DBRM was requested by including an SSID DD statement in the JCL, but no subsystem name was specified. Therefore, Bind Manager does not know which Db2 system catalog to use for generating the DBRM.Module: ADBBMAV
System action
Processing stops.User response
Add the required SSID DD statement to the JCL as follows://SSIDxyz DD DUMMY
xyz is the 1- to 4-character subsystem ID.
For example, the following DD statement requests that Bind Manager use subsystem DSN1 to generate the DBRM:
//SSIDDSN1 DD DUMMY