|
>Hi all,
>
>I have File1 defined as below
>
>A R REC1
>A FLD1 11P 2
snip
Sadiq
its working as expected....
the reason field DS is showing garbage is
because field PACKED is a packed field (ie it is
compressed).
If you do debug field PACKED after moving FLD1
into it, it will show the correct value.
If you want to have it in legible format for field
DS, then define PACKED as a signed field (like NUM).
The number of bytes allocated for field PACKED in
datastructure DS is (length + 1)/2 ie 6 bytes - not
11 bytes.
HTH
Mike
--
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.