what is program data vector? : Sas-administrator
No Answer is Posted For this Question
Be the First to Post Answer
What SAS statements would you code to read an external raw data file to a DATA step?
There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
How would you delete observations with duplicate keys?
What is the one statement to set the criteria of data that can be coded in any step?
how do you pull data from equifax?tell me the process?
0 Answers Synchrony Financial,
Do you need to combine data sets? How should you combine data sets– MERGE or SET statements in DATA steps,PROC APPEND,PROC SQL?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
name few built in sas transformation in DI studio ?
how do you validate tables abd reports?
2 Answers Accenture, Quintiles,
Explain the message 'Merge has one or more datasets with repeats of by variables'.
In ARRAY processing, what does the DIM function do?
How do you add a prefix to some or all variables in a dataset using a SAS macro?