On Apr 2, 2:32 pm, Rachana <mbs.rach...@[EMAIL PROTECTED]
> wrote:
> HI,
>
> I know generation of SDF files.
> Sequential data without delimitors, zero padding etc.
>
> Now, I have to generate ascii file with extension "txt" and delimitor
> ^
>
> Each record must end with new line character. Hex values "0D" and
> "0A". What does it mean? [Carriage return, Line feed (expressions left
over from typewriters)]
>
> Are SDF & ASCII same?
>
> Thanks,
> Regards,
> Rachana
System Data Format file (fixed length ASCII text). The text output
does not have a comma between each value as in CSV outputed files
(Comma Separated Values).
American Standard Code for Information Interchange (ASCII). ASCII
codes represent text in computers.


|