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
How experienced are you with customized reporting and use of Data _Null_ features?
How do you define proc in sas? : sas-grid-administration
what is business intelligence? : Sas-bi
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
i have multiple .csv files in a unix directory. every file is having variable names as header.even for empty file also. suppose take 3 files a.csv b.csv c.csv a.csv contains data as name;age,salary; raja;34;4000; ravi;33;5000; kumar;25;3000; b.csv contains data as name;age,salary; ajay;40;4500; and c.csv contains name;age,salary; (only headers) Now i want to import and append all these files in to a single dataset. i tried infile statement with *.csv to import all at a time. but i m not getting correct data. please help me . its urgent. thank you in advance
State the difference between INFORMAT and FORMAT ?
What can be the size of largest dataset in SAS?
Mention sas system options to debug sas macros.
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
what are input dataset and output dataset options?
tell me about use of arrays in sas
How would you code the criteria to restrict the output to be produced?