hi i am nipun can anybody tell me that if a clinical sas programmer write the code and after successfull execution where do they store it. how they submit tables to TL how work is assigned to programmers either both code, log, output to be submitted. can any one tell me the process
2 3515Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
6 13784if reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record
4 6222How could i automate the code in the scenario:Every month one new data set will be created for that perticular month transaction list.Now i would like to update the data in the source table by appending every month data automatically. jan---set jan; feb---set jan feb; mar---set jan mar;
2 5685How to find out no. of business days in a month using macros.???(excluding weekends and holidays).
2 8254Post New HSBC SAS Interview Questions
Explain how to make ant user interactive?
What is difference between angular and angularjs?
Name the scientist who has been invited by the Srilankan Governement to have a Study on Employment development?
You are required to calculate a heat affected zone in weld. How would you do that?
How do I lock my toolbar?
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
What is a static method in java?
What does ecma stand for?
Can you define toplogy_message_timeout_secs in apache storm?
how is wds configured and managed on a server running windows server 2008? : Windows server 2008
How to deleting an existing file in perl programming?
What are typical subdirectories that the “res” directory does contain?
Why is linux cpu usage so high?
Difference between method overloading and method overriding in java ?
Tell me is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?