Give e an example of..
No Answer is Posted For this Question
Be the First to Post Answer
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
what is information maps?
Are you involved in writing the inferential analysis plan? Tables specfications?
Why is SAS considered self-documenting?
What are the functions which are used for character handling functions?
How to specify variables to be processed by the freq procedure?
How to do user inputs and command line arguments in SAS? D&B
What SAS statements would you code to read an external raw data file to a DATA step?
why is the use of Retrive statement and give me with example?
1.How many ways are there to create variables? 2.What is CLM,how can we use it? 3.what are the advontages of data step? 4.what is the extension of editor window in SAS 9.1.3? 5.How do you copy a particular data set from one library to another? 6.what is the use of double option? 7.Advontages of Proc Report? 8.what is the basic use of where statement? 9.How do you terminate the statments in SAS Programming? 10.What is the difference between symput and symget? 11.How would a identify the local and global variable? can any one answer for the 4'th question
which domain is better in sas? clinical trails or banking
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