由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - [help] a SAS probelm
相关主题
SAS log window full,跪求解决方法how to clear SAS log and listing output in ESS?
sas 代码问题问个SAS题目,
请问SAS ADV 130中74 和80题How to set initial dataset to zero in a SAS macro?
请问熟悉SAS IML的[SAS] call execute gives me error
周五考Advance,问2道SAS题Help Please! SAS Advanced 考证题求助
请问一道SAS ADV中的题目请教一个SAS Macro的问题
why this error in %if statement请教 sas base 70题 第46题
SAS help needed: baozi will be givenSAS advanced 真题中请教一题
相关话题的讨论汇总
话题: sas话题: log话题: probelm话题: clearing话题: window
进入Statistics版参与讨论
1 (共1页)
e*******e
发帖数: 75
1
I'd appreciate help if anyone knows a way around the following problem:
I have a long do loop which takes a couple of hours to generate a dataset.
The program stops executing very time the log window is full.This means I
have to keep clearing the log periodically.
Is there code to suspend writing to the log? Or a way to automatically
clearing of the window? MANY THANKS :)
s*r
发帖数: 2757
2
run sas in command line use -log Nul or -log logfile.txt
p********a
发帖数: 5352
3
open sas pgms with SAS VIEW (can be download from SAS website), then run it
i**f
发帖数: 1195
4
1 batch submit? it can save the results from log and output windows into txt
files
2 try options nonotes?...
g*****d
发帖数: 526
5
dm 'log;clear;output;clear;'
加在循环里。
g*****d
发帖数: 526
6
dm 'log;clear;output;clear;'
加在循环里。
1 (共1页)
进入Statistics版参与讨论
相关主题
SAS advanced 真题中请教一题周五考Advance,问2道SAS题
一个不理解的SAS program请问一道SAS ADV中的题目
SAS Base 70题 第20题求教why this error in %if statement
SAS 70- 32SAS help needed: baozi will be given
SAS log window full,跪求解决方法how to clear SAS log and listing output in ESS?
sas 代码问题问个SAS题目,
请问SAS ADV 130中74 和80题How to set initial dataset to zero in a SAS macro?
请问熟悉SAS IML的[SAS] call execute gives me error
相关话题的讨论汇总
话题: sas话题: log话题: probelm话题: clearing话题: window