Have you used the data step debugger?<br>
If not, the next time you submit a data step that gives you those ugly ERRORs in the log or maybe when your data step gives you unexpected results, try the DEBUG option in the data step to envoke the debugger. There are a bunch of commands available from the online help that will help you use the debugger.<br>
Syntax to envoke the little bugger or should I say debugger:<br>
data libname.dsname / debug ; <br>
bla bla.....;<br>
<br>
Have fun.<br>
SASMAN
If not, the next time you submit a data step that gives you those ugly ERRORs in the log or maybe when your data step gives you unexpected results, try the DEBUG option in the data step to envoke the debugger. There are a bunch of commands available from the online help that will help you use the debugger.<br>
Syntax to envoke the little bugger or should I say debugger:<br>
data libname.dsname / debug ; <br>
bla bla.....;<br>
<br>
Have fun.<br>
SASMAN