Dennis: I'm sure it's a typo, but your unload should have AS ASCII
Karen > SET EOF OFF > SET NULL ‘ ‘ > Output &vCSVfile > WRI ‘”ColTitle1”,”ColTitle2”,”ColTitle3”’ > --Notice the above is using double quotes around the names, but single > quotes around the whole string > SET Quotes=NULL > SET Quotes=” > Unload data from temptable using all > SET Quotes=NULL > SET Quotes=’ > OUTPUT SCREEN > SET EOF ON > set null ‘-0-‘ > LAUNCH &vCSVfile > > > >

