The following code places the variable name in the first line of the exported file. Is there a way to export without the variable name?
Thanks,
Devra
Code:
* Example generated by -dataex-. For more info, type help dataex clear input str6 stringID "001004" "001013" "001045" "001056" "001072" "001075" "001076" "001078" "001094" "001161" end tempfile test1 export delimited stringID using `test1' type `test1'
Devra
Comment