I tried to debug SAS batch program on UNIX using /DEBUG in data step, but it is throwing an error because /DEBUG can only be used in interactive mode. Error Message: ERROR: Cannot open X display. Check display name/server access authorization.
ERROR: Unable to initialize the DATA STEP Debugger environment.
Then I started running the SAS code with put (all)(=); But this is creating a very huge log file. Is there any other way to debug a SAS code not to print ERROR and N variables in log when there is an data error.
Thanks, Kumar.