I have no clue what may has been a difference in the memory representation
between

01 INPUT-MESSAGE-AREA.
         05 IP-DATA.
            10  IP-EYE-CATCHER        PIC  X(8).
            10  IP-ACCT-ID                   PIC  9(9).


and

01 INPUT-MESSAGE-AREA.
         05  IP-EYE-CATCHER           PIC  X(8).
         05  IP-ACCT-ID                     PIC  9(9).

We move to a customer program 17 bytes. When the customer uses the second
form, it works. With the first one, there has been a gap before the eye
catcher.
Does somebody know?

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to