| |
GeekInterview.com > Tech FAQs > Abinitio
| Print | |
Question: How to identify the Ascii , Ebcdic formats !
how to write the DMl for same .. please explain ..
|
| January 01, 2007 00:34:20 |
#2 |
| AprilBlue |
Member Since: January 2007 Total Comments: 1 |
RE: How to identify the Ascii , Ebcdic formats !... |
Ascii vs. Ebcdic When you view your data does it have different charaters inbetween that do not look ASCII? If so, then in your record format type the following: ebcdic record record details add them
end; view your data again. Be sure to check for '/A0' this is an ebcidc character which means endline. |
| |
Back To Question | |