I using SAS 9.3, I need to set up an everyday auto-run arrangement via windows batch file, in which It writes "..\sas9.3\sasfoundation\9.3\sas.exe -config ... -objectserver ... -nologo -noterminal "
It start the process successfully, But I just don't really understand detail of the parameters after sas, I've tried "sas /?" to reach a help instruction like any other command in Windows CLI, but it won't help.
Is there a document I may look up to find out the meanings of each options?