If you were told to create many records from one record, show how you would do this using array and with proc transpose?
No Answer is Posted For this Question
Be the First to Post Answer
Mention what is the difference between nodupkey and nodup options?
What are the features of base sas system?
What are the difference between the sas data step and sas procs?
How to get part of string form the source string without using sub string function in SAS?
how to write code for left outer join in SAs using datastep?
What is the difference between nodup and nodupkey options?
20 Answers iFlex, Makro, Talwar,
What is the order of evaluation of the comparison operators: + - * /** ()?
How are numeric and character missing values represented internally?
How to display duplicate observations in data?
What is PROC in SAS?
Name statements that are recognized at compile time only?
How could i automate the code in the scenario:Every month one new data set will be created for that perticular month transaction list.Now i would like to update the data in the source table by appending every month data automatically. jan---set jan; feb---set jan feb; mar---set jan mar;