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 to get any kind of data in SAS? Is it possible to take data from notepad in SAS?
sas macros
Name statements that function at both compile and execution time?
what is sas and what are the functions? : Sas-administrator
what are sas bi dashboard components? : Sas-bi
How to import the Zip files into SAS? If it is possible in SAS? If it is posible write the code...
how to read raw data in sas. Do it manually and throw the programming.
Explain append procedure?
how can you put a "trace" in your program? : Sas programming
Explain how merging helps to combine data sets.
how many data types in sas? : Sas-administrator
What is the difference between an informat and a format? Name three informats or formats.