Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I automatically convert an EBCDIC file, e.g., from a batch file?

0
10 Posted

Can I automatically convert an EBCDIC file, e.g., from a batch file?

0
10

Yes, the following command will convert a simple EBCDIC file, which already has a Carriage-Return / Line-Feed at the end of each line/record, into an ASCII file. -c”Translate_Block(0,File_Size,REVERSE) XALL” file.ebc -a file.asc In this command, ‘file.ebc’ is the original EBCDIC file and ‘file.asc’ is the name of the resulting ASCII file.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123