What is your weekness? I am confuse what to say about this
question. so can u give some answer which can be yur
strenght.
Answer / shyampatel
my weekness is i q do any work with complete dedication and honestly
| Is This Answer Correct ? | 0 Yes | 1 No |
how many types of prompts are there? : Sas-bi
SAS System ?
There are 200 observations in a dataset, i want to pull out the observation no's 100, 150,180,190 by using Proc SQL? How you can get it?
Write a SAS macro to calculate number of numbers in an email address
what is TAB delimiter? explain about it? what will you do to get TAB delimiter?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
what is the difference between informat$8. $char8.
what are input dataset and output dataset options? : Sas programming
how does sas handle missing values in functions? : 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?
Hi... this is chandu, did MSc Microbiology, trying to get job in SAS tool, PLZ Tell me whether IT industries will give consider my education to gain a job....?
Can we use where and having clauses in a single SAS program. ex: proc sql; select a,b,c from test where state in 'KA' and having <some condition>. Is the above program run correctly, if not why ?