I'm not sure if DBC has a limitation of elements per line, but you can just continut them on antoher line. eg.
data 1,1,1,1,1,2,1,2,1,2,1,1,2,1,2,1,1,1,1,0,1
data 1,2,3,4,1,3,4,3,3,3,3,3,3,3,4,4,4,4,4,4,1
data 3,4,5,6,7,8,9,0,1,1,1,1,1,1,1,1,1,1,1,1,1
if you need to reread sections it's best to have a label, this way you can use the restore <label> command or skip around.
level:
data 1,2,2,2,2,2,2,2,2,2
data 2,2,2,2,2,2,2,2,2,2
names:
data "bob","tim,"mike","joe"
data "susan","lisa","michelle"
level2:
data 1,2,2,4,5,6,6,7,8,1
data 5,3,4,1,2,3,4,5,6,1
`zen