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 |
We have a string like this "kannafromsalembut" ,from this i want to get only "fromsal" (but one condition with out using substring function)here we can not use scan because in the given string there is no delimeter? so give ans without out using substring ?
describe the interaction table in sas di? : Sas-di
Explain the message 'Merge has one or more datasets with repeats of by variables'.
How do you download a flat file from Mainframe to your local PC using SAS?
Did you used proc lifetest? when?
2 Answers Accenture, Parexel, Quintiles,
Name statements that are execution only.
Name types of category in which SAS Informats are placed?
Describe the function and untility of the most difficult SAS macro that you have written.
what is OLAP?
what is option year cuttoff in sas
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
How to limit decimal places for variable using proc means?