Hello 😅 I have a special problem to solve. Currently I try one way but need help but let me explain. I have a program which includes a lot of others, saves my *.log and *.lst to my server to check for keywords. The program runs without errors or warnings BUT when I compare old data with new I recognized that there are datasets missing... Neither the VPN connection, nor the ping check, even my SAS log did not give an error but when I check the log, the program stopped without any information why and did not complete. So every time I have to check the compare manually. Today I got an error while a viewtable was opened and I thought ... Ok, many of my issues starts there... It would be great if I can open a viewtable automatically at the beginning of my runALL.sas program. I found only half of the solution because that code runs only with the regular submit. dm "vt libname.filename" ; Source: https://www.lexjansen.com/wuss/2011/posters/Papers_Agarwal_M_74994.PDF Regular submit means, when I just use the single "running man" but I have two "running men" which means (see screenshot) : Does anyone have an idea to either solve my way or can provide a solution to check for connection time outs?
... View more