Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

WNS SAS Interview Questions
Questions Answers Views Company eMail

How to read the file names of a text files from a shared drive using SAS?

1 4249

how to read raw data in sas. Do it manually and throw the programming.

1 6810

create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;

6 10607

Post New WNS SAS Interview Questions




Un-Answered Questions

over draft balance as per cash book (journal entries needed) a,cheques deposited in bank but no entry was passed in cashbook b, credit side of the bank, column cash short c, chques received but not sent to bank d, insurance premium paid by bank as per standing instructions e, credit side of bank, coloumn cash short f, bank charges entered in cash book twice g, cheques received returned by bank but no entry passed h, cheques issued returned on technical grounds i, bills directly collected by bank j, bank charges debited by bank k, cheques received entered twice l, bills discounted dishonoured

2284


Is it possible to assign multiple roles to one user in solution manager?

1


What is the shortcut to fill color in excel?

318


How to repair a corrupt firebird database?

540


How do I open the start menu?

468






Difference between mvc and web api?

5


What is a sql select statement?

564


Is it possible to convert master-detail relationship to look up relationship?

212


What is insert tab?

346


What are job parameters in spring batch?

145


State about ZooKeeper WebUI?

5


What does civil engineering mean?

654


How might you demonstrate your presentation online in powerpoint?

125


What are the different levels in software testing?

605


You're working on a game that involves enemy wizards dueling each other. Each wizard has at least a dozen different spells at his disposal -- some of them simply inflict damage, while others will temporarily stun or immobilize an enemy, slow him, prevent him from casting spells for a brief duration, teleport the caster a short distance, or give the caster a temporary shield. A wizard can only cast one spell at a time, but each spell has a fixed cooldown (time before it can be cast again) and an associated mana cost (assume no mana regeneration). Describe some ways you might implement a competent AI system for a wizard.

970