what are the scrubbing procedures in sas? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
Explain the special input delimiters used in sas programming.
What is the use of stop statement?
How are the analysis data sets structured?
Where do the database management systems store data and how do u import them.
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
What do you know about sas data set?
what kind of variables are collected in AE dataset?
3 Answers Accenture, Quintiles, SAS,
data study; input Subj : $3. Group : $1. Dose : $4. Weight : $8. Subgroup; x= input(Weight,5.1); datalines; 001 A Low 220 2 002 A High 90 1 003 B Low 193.6 1 004 B High 165 2 005 A Low 123.4 1 ; Why does X get truncated? X shows up as 22 instead of 220,9 instead of 90 and 19.8 instead of 198? This problem doesnt happen with the values 193.6 and 123.4. This does not happen if x is read on the 5. informat instead of the 5.1 informat
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
How do you generate random samples?
what is the difference between informat$8. $char8.
how to extract data from SAP servers? Is like oracle servers or any other methods to extract please reply me.