Table of contents Previous: LWCON Next: LWU

LWTODOS

Converts LW format files to ASCII text format files.


Format

LWTODOS sfile dfile R


Parameters

sfile

source LW file name

dfile

destination ASCII text file name; must be different than sfile

R

replaces the destination file if it already exists


Remarks

The LW file format is an 80-character card image, blank padded as needed, with no carriage returns or line feeds. The ASCII text file format contains variable-length lines of ASCII text with a carriage return at the end of each line.


Examples

LWTODOS SFCPLT SFCPLT.TXT

This entry converts the LW file named SFCPLT to an ASCII text file named SFCPLT.TXT.


Table of contents Previous: LWCON Next: LWU