Go into Notepad and do a "Save As..." In the bottom pull-down box, is it ANSI or something else?
Rather than using your TRACE statement in the REXX code, just call regina with the "-tI" flag. That should work, according to the documentation: http://voxel.dl.sourceforge.net/project/regina-rexx/regina-documentation/3.3/regina33.pdf Scott On Mon, Jan 4, 2010 at 12:47 PM, Thompson, Steve < [email protected]> wrote: > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of Scott > Sent: Monday, January 04, 2010 2:44 PM > To: [email protected] > Subject: Re: Regina REXX under W/XP > > Just to be sure, you have written a REXX program for Windows before? > You > can make a program run and 'SAY' some jibberish on the screen? > <SNIP> > > Yes, a few years ago using NT. > > <SNIP> > I don't want to assume too much and I'm not trying to be patronizing :) > > Are you opening a file inside the REXX? If so, how are you accessing > that > file? > <SNIP> > Yes, I am opening a file, but we haven't even gotten to the first line > of executable code, which is TRACE "I". > > <snip> > > What are you using to edit the REXX program? What format is the file? > UTF-8 or ASCII? What line-endings did you specify? Windows uses CR+LF, > while UNIX uses LF, and z/OS uses steam-powered wooden cogs. > <SNIP> > "(editing it with NOTEPAD)" > <SNIPPAGE> > > Regards, > Steve Thompson > > ---------------------------------------------------------------------- > 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 > ---------------------------------------------------------------------- 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

