explain about various caches available in data integrator? : Sas-di
Answer / Preeti
SAS-DI offers several types of caches for improving the performance of data integration jobs. Some common ones include: 'Data Cache', which stores transformed data temporarily; 'Transform Cache', which stores transformed metadata objects like views and tables; 'Metadata Cache', which stores metadata information about database tables and other objects; and 'Job Cache', which stores information about completed jobs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which date function advances a date, time or datetime value by a given interval?
What does the RUN statement do?
what is sas enterprise intelligence architecture? : Sas-bi
how to read character value without using substr function in sas ?
i have a data set with 20 observations i want label from 8 to 15 observations ? how you create this one.
What are exact SAS Base contents..?N what r SAS Tools..?
what is the formula to measure Baseline
How would you delete observations with duplicate keys?
Mention few capabilities of sas framework.
What is difference between N and n????
How do you debug and test your SAS programs? What can you learn from the SAS log when debugging? How do you test for missing values? How would you create multiple observations from a single observation? What are some good SAS programming practices for processing very large data sets? Briefly describe 5 ways to do a "table lookup" in SAS. Why is SAS considered self-documenting? Are you sensitive to code walk-throughs, peer review, or QC review? What other SAS features do you use for error trapping and data validation? How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
what are informats in sas? : Sas-administrator