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 |
What is _n_?
Do you think professionally?
Identify statements whose placement in the DATA step is critical?
What are the parameters of scan function?
What are the default statistics for means procedure?
What are the ways in which macro variables can be created in sas programming?
What is the order of application for output data set options, input data set options and SAS statements?
What is the difference between using drop = data set option in data statement and set statement?
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
how are numeric and character missing values represented internally? : Sas programming
Differentiate between format and informat? : sas-grid-administration
what is the difference between %put and symbolgen?