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.
Answer Posted / 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 |
Post New Answer View All Answers
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
Give an example where SAS fails to convert character value to numeric value automatically?
What are the ways in which macro variables can be created in sas programming?
What are the limitations for memory allocation for SAS variables
What are SAS/ACCESS and SAS/CONNECT?
how to debug and test the sas program? : Sas-administrator
Mention the category in which sas informats are placed?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
Differentiate input and infile.
What are the implications?
Name few SAS functions?
Mention some common errors that are usually committed in sas programming.
How to specify variables to be processed by the freq procedure?
Do you need to rearrange the order of the data for the report?
explain the use of % includes a statement in sas? : Sas-administrator