what is option year cuttoff in sas
Answers were Sorted based on User's Feedback
Answer / prasad
by this option, we can set the year span like -
Options yearcutoff=2050
so it sets year from 2050 to 2149 .., not 2050 to 2049.
| Is This Answer Correct ? | 19 Yes | 3 No |
Answer / ankit
by this option we can set the year span like
Options yearcutoff=2050
so it sets year from 2050 to 2049 ..
| Is This Answer Correct ? | 2 Yes | 15 No |
What is _n_?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
How would you delete duplicate observations?
Name and describe three SAS functions that you have used, if any?
if 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
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
Name types of category in which SAS Informats are placed?
Name any two sas spawners? : sas-grid-administration
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
What are the advantages of using sas?
What is SAS?
i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?