View previous topic :: View next topic |
Author |
Message |
mdizon02 Beginner
Joined: 14 Nov 2006 Posts: 2 Topics: 1
|
Posted: Tue Nov 21, 2006 2:02 am Post subject: Carriage Return - Line Feed Problem |
|
|
Hi Guys, I am having problems displaying text in a terminal.
I used the following element as line feed:
Code: |
PIC X VALUE X'0A'
PIC X VALUE X'0D'
|
When I run the program and created a log file it works fine. The text has been displayed in the next line.
But when the program is run and the output text is displayed in a different terminal, the line feed does not work. I only get a square like symbol.
Is there a different hex value for line feed for different terminals?
Thanks. |
|
Back to top |
|
|
bauer Intermediate
Joined: 10 Oct 2003 Posts: 315 Topics: 49 Location: Germany
|
Posted: Tue Nov 21, 2006 3:12 am Post subject: |
|
|
mdizon02,
I can only guess (which terminal, cics, ims, tso, what type of file ?????): Linefeed has diffrent hex values in ascii / ebcdic.
May be some output devices work with ascii, other with ebcdic.
bauer |
|
Back to top |
|
|
|
|