This next example specifies a user configuration file using JCL: //MYJOB EXEC SAS, // CONFIG='MY.CONFIG.FILE' Execute SAS statements (such as OPTIONS, LIBNAME, and FILENAME statements) in an AUTOEXEC ...
I've been all over Google trying to find a solution to this but the results so far have not worked and/or I'm missing something obvious. So the basic problem is. I have an existing inherited C# ...