Usage Note 10200: How to direct the log file of a batch job directly to the screen
To view the SAS log file of a batch job as it is processing, create a
.bat file and add two lines:
1. Create a FILE.BAT file in Notepad.
2. Add this to run the SAS batch job:
"c:\program files\sas institute\sas\v8\sas.exe"
"<drive>:\<path>\<filename>.sas"
3. Add this to produce the text in the DOS Command Prompt window:
type "<drive>:\<path>\<filename>.log"
Operating System and Release Information
| SAS System | Base SAS | Microsoft Windows XP Professional | 8.2 TS2M0 | |
| Microsoft Windows 95/98 | 8 TS M0 | |
| Microsoft Windows NT Workstation | 8 TS M0 | |
| Windows Millennium Edition (Me) | 8.2 TS2M0 | |
| Microsoft Windows 2000 Datacenter Server | 8 TS M0 | |
| Microsoft Windows 2000 Server | 8 TS M0 | |
| Microsoft Windows 2000 Professional | 8 TS M0 | |
| Microsoft Windows 2000 Advanced Server | 8 TS M0 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Date Modified: | 2003-07-03 08:51:29 |
| Date Created: | 2003-06-09 09:21:20 |