int cdds_offset(bin_tag, field_tag);
field_tag is a tag that identifies a field within bin_tag.
BIN_TAG bin;
char *buf;
short *RecNum;
...
/* find RecNum field within buf (short int) */
field = cdds_member(bin, 0, "RecNum");
RecNum = (short*)(buf + cdds_offset(bin, field));
cdds_index Field index with DDS type