The section of the COBOL Data Division that defines data items whose values persist for the life of the program (or the run unit). In CICS, each task gets its own copy of working-storage. Contrast with *Local-Storage Section*, which is re-initialized on each invocation. (Ch. 3) See also: *Local-Stor