Hi there, I am very new to linux. And now I am using wps to convert wpd data to sas data. I got a very wide wpd dataset. Here is the code I tried to execute: libname out sas7bdat '/u01/mylocation'; libname in '/u01/hislocation'; data out.A; set in.A; run; Here is the command I used to execute this sas code in putty: sas convert_wpd_tosas.sas& But the thing is, I got this error: Floating point exception(core dumped) sas convert_wpd_tosas.sas I can fix this by shorting the length of the variable in the dataset. But I wonder if there is any ways to execute the command without changing the dataset. Just an update, my log is empty. I have seen people make it work. But not really sure what command they used. Any suggestion is appreciated!!!
... View more