name few built in sas transformation in DI studio ?
Answers were Sorted based on User's Feedback
Answer / kamal
Splitter, SQL Join, Append, File reader, Loader, Lookup..etc
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / kranthi 9849676190
EXTRACT, SQL JOIN, FILE READER, FILE WRITER,Table
Loader,Microsft Queue Reader,Micrsoft Queue
Writer,XML Writer,Websphere Queue Reader,Websphere Queue
Writer,SPD Server Table Loader,Splitter, SQL Join, Append,
File reader, Loader, Lookup,
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / rajni
Table Loader,Microsft Queue Reader,Micrsoft Queue
Writer,XML Writer,Websphere Queue Reader,Websphere Queue
Writer,SPD Server Table Loader
| Is This Answer Correct ? | 5 Yes | 6 No |
how are numeric and character missing values represented internally? : Sas programming
What is the difference between order and group variable in proc report?
What are the default statistics that proc means produce?
how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too
what is the diff b/w verification validation in sas
what is in stream data in SAS?
You need to perform an analysis on a massive dataset by groups, but are unable to sort the data due to memory constraint. How would you accomplish the task?
what are some good sas programming practices for processing very large data sets? : Sas programming
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
What is the maximum and minimum length of macro variable
Hi, I need to create a SAS Map of USA using SAS Graphs(Proc Gmap).The data i have dosent contain any co-ordinates of USA cities or counties or states, and the zip codes are diffrent in the data i have from the zip code in the Maps.US dataset in the Maps Library for SAS MAPS. the data i have is a sales report. i have to generate the maps according to the states,cities aligned in the sales data, HELP Appriciated
How sas treats the dsd delimiters?