Problem with Alphanumeric

Hi here I have field PRDCR-STATE-DATE-KEY A 15 N S
when querying to this field I am getting some masked data…is it possible to display exact data for this field…

TIA
Subba

If you want to see the hex values in an alpha variable, just use an edit mask:
DISPLAY PRDCR-STATE-DATE-KEY (EM=H(15))

The PRDCR-STATE-DATE-KEY field is actually a superdescriptor based on what you posted. A superdescriptor is not a field contained in the data record. It is an inverted list entry whose value is comprised of several composite fields. Please check the definitiion of this superdescriptor by doing a LIST VIEW viewname, or check with your DBA.