i am importing large data from oracle to work library.
in log there is a error message worklibrary space is not enough.
then how to import the data safely to sas environment.
Answers were Sorted based on User's Feedback
Answer / raghavendrareddy
defaultly every dataset is saved into work library,
there is no space in work library,delete some datasets in
work library.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / aruna
You can use either or both of these options:
1.Delete temporary dataset that u no longer need
2.Direct temporary datasets to a different SAS data library
| Is This Answer Correct ? | 1 Yes | 0 No |
How do you add a number to a macro variable? : sas-macro
Can we create datasets by proc step ? (Proc contents, Means)?
what is the difference between %put and symbolgen?
What is the basic syntax of a sas program?
In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable)
8 Answers GSK GlaxoSmithKline,
why is a stop statement needed for the point=option on a set statement? : Sas programming
We want to merge file A and B. File A has variable age, file B provide birthdate. How to merge the data according to age in file B
Briefly describe 5 ways to do a "table lookup" in sas.
what is sas database server? : Sas-di
what is conditional processing?
how does sas handle missing values in a merge? : Sas programming
What is the order of evaluation of the comparison operators: + - * /** ()?