What are the new features included in the new version of SAS Programming Language?
No Answer is Posted For this Question
Be the First to Post Answer
There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
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 validvarname and varnum? why we are using this options; explain with a syntax for this options?
How to read multiple excel sheets from a single excel file at once????
7 Answers HCL, Verinon Technology Solutions,
Can Some one Explain How the Datasets from SAS can be loaded in to the MVS OS?
Have you ever linked SAS code? If so, describe the link and any required statements used to either process the code or the step itself.
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
if a program has some 1000 or more line and how to know whether the syntax of the particular code is correct without checking it manually
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
For what purposes have you used sas macros? : sas-macro
What is the difference between %local and %global? : sas-macro
how do you validate tables abd reports?
2 Answers Accenture, Quintiles,