what is the function of catx syntax? : Sas-administrator
Answer / Sunita Tevatiya
"CATX (Concatenate with eXtender) is a SAS function that concatenates character strings delimited by a user-specified delimiter. It takes two arguments: a list of character strings and the delimiter character. For example, CATX('|', str1, str2) would return the concatenated strings with the specified delimiter."
| Is This Answer Correct ? | 0 Yes | 0 No |
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
How would you identify a macro variable?
Below is the table. Required to be output should be the highest number of each student_id. Example. Student_id Subject Marks 1 Hindi 86 2 Hindi 70 3 English 80 . Calculate sum and average marks for each group of student_id Example. Student_id Subject Marks Total Marks Average 1 English 40 181 60.33333 2 English 67 196 65.33333 3 English 80 160 53.33333 PLEASE PROVIDE THE CODE OF ABOVE PROBLEMS
How could you generate test data with no input data?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
How would you code the criteria to restrict the output to be produced?
What is the difference Using & and && in the macro variables
how could you generate test data with no input data? : Sas programming
How do you control the number of observations and/or variables read or written?
What are Dashboard reports?And significance of these in analysis?
Mention the category in which sas informats are placed?