mustafghan
mustafghan

Reputation: 171

SAS log output when clicking on SAS datset

Everytime I click to open a SAS dataset, it gives me this long list of log that I don't need. How do I get rid of it? It seems simple enough, but I just don't know how to do it..this is the log that it generates every time I click and open a dataset

 ERROR: Bad record length for entry VT_PRINTLIST.SLIST in catalog   
 SASUSER.PROFILE.
 No memory available
 Arguments passed to FILLIST:
1 (Character Literal) = 'catalog'
2 (Character Literal) = 'sasuser.profile.vt_printList.slist'
3 (Numeric Expression $T3) = 10027
Program returning prematurely at line 374
AF Program: SASHELP.FSP.DATAVIEW.SCL
absrow = .
access = ''
applid = .
attach = .
attrlist = .
bottom = .
bottomMargin = .
.
.
.
.
.and on and on. 

Upvotes: 1

Views: 371

Answers (1)

stat
stat

Reputation: 669

Giving a fast search on google I found this:

My guess is your SASUSER.PROFILE catalog has been corrupted. Close SAS and try renaming this catalog to another name such as profile_old using Windows Explorer. Start SAS and it should create a new, clean SASUSER.PROFILE catalog. In addition to this also delete the file 'sasuser.profile.vt_printList.slist'.

And the result obtained was positive in that case, hope it will help you. Good Luck.

Upvotes: 1

Related Questions