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 would you delete duplicate observations?
How would you code the criteria to restrict the output to be produced?
Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
what is sas and what are the functions? : Sas-administrator
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
What is the maximum length of the macro variable? : sas-macro
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..
Give some examples where proc report’s defaults are same as proc print’s defaults?
Difference Between Scan and Substr
How to limit decimal places for variable using proc means?