On Tuesday 22 October 2002 11:02 am, you is done writ:
> I'm integrating a system that makes some queries to an SQL database, 
> does some fiddling with the results and assembles fixed-width recors for 
> export to the next system in the food chain. The problem is that this next 
> system expects the text files to de coded in EBCDIC, instead of ASCII. 
> Does anyone know which tools can be available to achieve this?

dd if=<inputfile> of=<outputfile> conv=[ebcidic|ibm]

Then use that output file.

Mark Roth
   Unix/Linux sysadmin & developer
   For consulting, training, or onsite work,
        email <[EMAIL PROTECTED]>
        or call (773)-274-2584 (in the USA).



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to