What is the length assigned to the target variable by the scan function?
No Answer is Posted For this Question
Be the First to Post Answer
Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.
what the use of proc glm
What is slibref?
What is the difference between using drop = data set option in data statement and set statement?
Describe a time when you were really stuck on a problem and how you solved it?
What is interleaving in SAS?
What is SAS Information Map Studio and its purpose ?
How do you connect the desktop application to metadata server? : sas-grid-administration
What statement do you code to write the record to the file?
what is the function of catx syntax? : Sas-administrator
What do the PUT and INPUT functions do?
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 its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.