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 |
Can you explain the process of calendar?
DATA ABC; INPUT TDATE DATE9. AVG; CARDS; 18APR2008 150.00 19APR2008 167.00 20APR2008 123.00 21APR2008 145.00 ; RUN HOW CAN I FIND THE DIFFERENCE BETWEEN AVG OF 18APR2008 ANF 21APR2008?? IF ANY ONE GETS IT PLS TRY TO POST IT.
8 Answers Verinon Technology Solutions,
what is the primary variable in your study?
what is sas? is a package or tool? give me introduction about sas?
Of all your work, where have you been the most successful?
For what purpose would you use the RETAIN statement?
What system options would you use to help debug a macro? : sas-macro
what is a post baseline?
What is highest missing value for numeric?
how are numeric and character missing values represented internally? : Sas programming
What is the difference between %local and %global? : sas-macro
What is the sas data set? : sas-grid-administration