In IDMS COBOL, when you execute an OPEN command without explicitly specifying a usage mode, the area is opened in retrieval mode by default. This is the standard default behavior. Update mode must be explicitly specified if you need to modify records.