Hi all,
In the ADABAS file desired field is defined in PACKED format as shown below.
3 2 PCR-ID P 9.0
I want to see the value of PCR-ID.
For this I red the above file in Natural program.
After reading this file i used DISPLAY statement to see the value of PCR-ID. but i am getting only 5 digits.
please let me know why it is happening.
or suggest me other technique to see the value of PACKED format fields.