data jagan1.s; input bp$; cards; 100/90 120/89 112/87 run; in the above code how to convert character data values to numeric data values?
3 6486What are the analysis datasets created, and what are the new variables created in CLINICAL SAS
1 5060
Mention some common errors that are usually committed in sas programming.
what is snowflake schema? : Sas-di
What does proc print, and proc contents are used for?
what is sas application server? : Sas-di
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
What is connection profile? : sas-grid-administration
Which function is used to count the number of intervals between two sas dates?
What are the differences between proc means and proc summary?
How do you debug and test your SAS programs?
Explain input and put function?
Which command is used to save logs in the external file?
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 is the one statement to set the criteria of data that can be coded in any step? : Sas programming
what is the purpose of _error_? : Sas programming
What is the difference between where and if statement?