DASD_VOL_TYPE_LEN
memcpy(type, data, DASD_VOL_TYPE_LEN);
EBCASC(type, DASD_VOL_TYPE_LEN);
char type[DASD_VOL_TYPE_LEN + 1] = "";
if (!memcmp(type, dasd_vollabels[i].type, DASD_VOL_TYPE_LEN))