Skip to main content

We are seeing this error in MFE 3.0 on a particular machine but do not see on other machines with the same code.

What exactly does this message mean? The Help is not very "helpful"...!!!!

05 WHOLE-NUM                             PIC 9(13).
05 DECIMALS                           PIC .9(03). 

We see it on this line of code and DECIMALS is highlighted:

UNSTRING RTN-ATTR-VALU-ALPHA DELIMITED BY "."
INTO WHOLE-NUM  DECIMALS                    

We are seeing this error in MFE 3.0 on a particular machine but do not see on other machines with the same code.

What exactly does this message mean? The Help is not very "helpful"...!!!!

05 WHOLE-NUM                             PIC 9(13).
05 DECIMALS                           PIC .9(03). 

We see it on this line of code and DECIMALS is highlighted:

UNSTRING RTN-ATTR-VALU-ALPHA DELIMITED BY "."
INTO WHOLE-NUM  DECIMALS                    

DECIMALS should be "PIC 9(03)", instead of "PIC .9(03)"?


We are seeing this error in MFE 3.0 on a particular machine but do not see on other machines with the same code.

What exactly does this message mean? The Help is not very "helpful"...!!!!

05 WHOLE-NUM                             PIC 9(13).
05 DECIMALS                           PIC .9(03). 

We see it on this line of code and DECIMALS is highlighted:

UNSTRING RTN-ATTR-VALU-ALPHA DELIMITED BY "."
INTO WHOLE-NUM  DECIMALS                    

DECIMALS should be "PIC 9(03)", instead of "PIC .9(03)"?


We are seeing this error in MFE 3.0 on a particular machine but do not see on other machines with the same code.

What exactly does this message mean? The Help is not very "helpful"...!!!!

05 WHOLE-NUM                             PIC 9(13).
05 DECIMALS                           PIC .9(03). 

We see it on this line of code and DECIMALS is highlighted:

UNSTRING RTN-ATTR-VALU-ALPHA DELIMITED BY "."
INTO WHOLE-NUM  DECIMALS                    

DECIMALS should be "PIC 9(03)", instead of "PIC .9(03)"?