which date function advances a date, time or datetime value by a given interval? : Sas programming
Explain translate function?
how does sas handle missing values in sort order? : Sas programming
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
What is the use of stop statement?
What are the limitations for memory allocation for SAS variables
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
how do you debug and test your sas programs? : Sas programming
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
What are the functions which are used for character handling functions?
Are you involved in writing the inferential analysis plan? Tables specfications?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
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
do you prefer proc report or proc tabulate? Why? : Sas programming
What is the difference between %local and %global? : sas-macro