SAS using companies in INDIA
Answer Posted / harsha
GVK USING SAS
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
Outline the two important features of a terminating recursion. Any ideas?
what is an INI file?
What is the meaning of client-server application. The purpose of Client-Server Application. with description.
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe
in a VB application, where the data will be stored after manipulation? what is the syntax for that?
what is difference between object oriented programming structure and object oriented programming system?
what is the similarity between networking devices?
Write a shell program to test whether a given year is leap year or not ?
how CLR identify vb file?
i want to insert textbox value to sql db. i have only one text box but store four values. ple give any one give sample code in asp.net c#..
What's the difference b/w Table & Templete in Smartform?
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?