Multiple -define options can be used to create mutliple columns, each with their own set of -sequence options.
The interval field specifies the number of rows for which the value is frozen within the sequence. For instance,
sddssequence example.sdds -def=Index,type=long -sequ=beg=1,num=10,end=10,inte=2 sddsprintout -col=Index example.sddsproduces
Printout for SDDS file example.sdds
Index
------------
1
1
3
3
5
5
7
7
9
9