Hello there!
I noticed StoredProcessServer writes a log real-time. If I turn on tracing of db requests:
OPTIONS SASTRACE=',,,ds' sastraceloc=saslog nostsuffix sql_ip_trace=(note,source) msglevel=i fullstimer;
I see what StoredProcessServer do right now.
But BatchServer uses another way. It writes information only when data step have done fully.
How to configure BatchServer for logging information in real-time?