what is the difference between compiler and interpreter? give any one example (software product) that act as a interpreter?
36 145299There 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.
3 8446i have a data set with 20 observations i want label from 8 to 15 observations ? how you create this one.
6 12255how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too
5 10048if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
1464Post New CTS SAS Interview Questions
Will you use encryption for s3?
What is working principle of profibus?
Where do you put your robots.txt?
Why rate of condensation is higher on a polished surface compared to rusty surface ?
Is bgp layer 3 or 4?
Please tell me some products/services of Abercrombie and Fitch.
How are the jsp requests handled?
Why quicksort is called quick?
What is java api for xml registries (jaxr)?
What is composite key in hibernate?
How do cultural differences impact the societal acceptance of AI?
What are cleansing packages?
what are the advantages of sap on other software ?
What is schema in angular?
We know that Arrays are objects so why cannot we write strArray.length()?