A SERVICE OF

logo

BMC Software, Inc., Confidential and Proprietary Information
68 Application Enhancement Solutions Messages Manual
BMC11905E The DD statement (<ddname>) was not supplied, execution terminated.
Explanation: One of the two required DD statements was not supplied, or one of
them was incorrectly specified on an OUTPUT control statement. <ddname>
indicates the DD statement.
System Action: The Extract program terminates with a return code of 20.
User Response: Either add the missing DD statement, or correct the invalid
ddname specified on the OUTPUT control statement.
BMC11906E The consolidated subsystem (<subsysid>) is unavailable (SSCT not
found), execution terminated.
Explanation: The Extract program is being executed on a system on which the
BCSS in not being executed. <subsysid> indicates the BCSS ID.
System Action: The Extract program terminates with a return code of 20.
User Response: Either start the BCSS on the affected system or run the Extract
program on a system where the BCSS is being executed.
BMC11907W The PARM field supplied is invalid and has been ignored, execution
continues.
Explanation: The only acceptable value in the PARM field is a replacement
ddname for the SYSIN data set. An invalid ddname was entered or the value
supplied exceeds 8 characters.
System Action: The Extract program continues execution if a SYSIN DD
statement has been supplied.
User Response: Either correct the invalid DD name or remove the PARM field
from the EXEC statement.
BMC11908E OPEN failed for (<ddname>) DDNAME, execution terminated.
Explanation: An attempt to OPEN a data set failed. An IBM error message
precedes this error message. <ddname> indicates the DD statement associated with
the data set.
System Action: The Extract program terminates with a return code of 20.
User Response: Refer to the appropriate IBM System Messages Manual to
determine the cause of the failure.