In a COBOL program, the level numbers 01 through 49 are used with each data item to establish a hierarchical relationship. In several places in the CA Datacom/DB SQL User Guide, there are data definitions using two Level 49 fields as the only fields within a group. Why are those level numbers used – are they special?
----+---10----+---20----+---30----+---40----+---50----+ 01 Column-name. 49 Column-name-len PIC S9(04) BINARY. 49 Column-name-data PIC X(273).