In COBOL II the 88 levels can be set rather than moving their associated values to the related data item. (Web note: This change is not one of COBOL II's better specifications.)
if in a level no. 88 if there is more than one one condition then if i want to true only first condition then we use SET TO TRUE condition.for example-
77 ws-status pic x(8).
88 married-value "1" "2" "3".
Then if i want to true only first condition i.e (1) then in a PROCEDURE DIVISION you just give a statement-