Guest_imported
New member
- Jan 1, 1970
- 0
Hi, I`m trying to print the @-sign in one of my
Cobol-Programs. Problem is, that Cobol keeps telling
me that '@' is hex-decimal 'B5' while I think it's
'7C' !
So my source
01 AUS PIC X VALUE X'7C'.
prints out an '§'
and 01 AUS PIC X VALUE X'B5'.
prints space.
Please, help me !
Cobol-Programs. Problem is, that Cobol keeps telling
me that '@' is hex-decimal 'B5' while I think it's
'7C' !
So my source
01 AUS PIC X VALUE X'7C'.
prints out an '§'
and 01 AUS PIC X VALUE X'B5'.
prints space.
Please, help me !