IBM Exam Questions

How can an application developer specify that all color records should be ignored if one is found to

Refer to the image shown here:

A large corporation manufactures beds in different colors. The inventory file consists of three
record types, a header, a detail, and bed color. The record type is the first byte of each record
(H=Header, D=Detail, C=Color). If there is an error in one of the bed color records, all of the color
records under that detail record should be ignored. How can an application developer specify that
all color records should be ignored if one is found to be invalid?

A.
Use the restart function in the map.

B.
Use the restart attribute on the color record.

C.
Use the restart attribute on the detail record.

D.
Use the restart attribute on the header record.

Explanation: