On Thu, 24 Jul 2008, Oswaldo Matos wrote:

> Hi,
> 
> I would like to know if the command "unix2dos" is avaliable in zos/Unix,
> thanks.
> 

I doubt it. It's only function in life is to change the UNIX line ending 
of LF (0x0A) to the Windows (DOS) line ending of CRLF( 0x0A0D). The z/OS 
UNIX line ending is called a NEL (New Line) and is x'15'.

When you ftp using ASCII from z/OS to Windows, the ftp process is supposed 
to end the lines properly, with CRLF.

What are you really wanting to do? There are other commands which are 
sometimes used to replace "unix2dos" and "dos2unix" on UNIX systems which 
do not implement the. I've used the "sed" command to do so.

-- 
Q: What do theoretical physicists drink beer from?
A: An EIN stein.

Maranatha!
John McKown

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to