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 5665Can 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 18326if 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 9880How 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 7866How to find out no. of business days in a month using macros.???(excluding weekends and holidays).
2 10555Post New HSBC SAS Interview Questions
How to use GroupBy in LINQ?
Can business objects be debugged? Is it also possible to get a trace of the business object event triggers and method calls? How?
difference between web and worker roles in windows azure?
Explain the type of clustering in R?
What is the advantage of udp over tcp?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is the use of string in c++?
What is LAF?
Is it possible to specify the type of data load and replication in sap hana? : hana sql script
What is class extend in php?
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
what are the organizational elements required for the sd transactions
How is consignment material procured?
how to calculate the power factor when instantaneous voltage and current has harmonics in it ?
How to move a field DT 9(8) of input file to DT 9(8) COMP-3 in output file in ezytrieve? in the output file entire dt is not moved.If any answer plz reply as soon as possible.