<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Barry,<br>
<br>
Thanks for the corrections. I am trying to learn rexx. quick
question, I was trying to find out how to output the fields to the
output file????<br>
<br>
<br>
Thanks again for the help.<br>
<br>
<br>
<br>
<br>
<br>
<br>
Barry Bryan wrote:
<blockquote
cite="mid200611051454.kA5EsNrG006858@ms-smtp-04.texas.rr.com"
type="cite">
<pre wrap="">On Mon, 30 Oct 2006 08:34:09 -0800, Virgilijus Trasikis wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Enclosed is the script..... I did modify it for my installation...
</pre>
</blockquote>
<pre wrap=""><!---->
Sorry I took so long to respond. The problem in the script is that the PARSE command was broken into multiple lines at
some point. The REXX commands should each be on one line. Or you can use a "continuation character" but that is
tricky. Be sure to edit your scripts with an editor that allows long lines, like NOTEPAD.
Attached is the script with the PARSE corrected. I did add a "say name" command to demonstrate that the script is
working.
Regards, Barry
</pre>
</blockquote>
<br>
</body>
</html>