Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Describe the types of SAS programming tasks that you
performed like Tables? Listings? Graphics? Ad hoc reports?
Other?

Answers were Sorted based on User's Feedback



Describe the types of SAS programming tasks that you performed like Tables? Listings? Graphics? A..

Answer / sireesha

most the information in an Organization is coveyed by using

Tables, listings and graphs

Tables-- contain statistics about the data. ctreated by
suing Proc tabulate and Proc report.
Listings--- are presented in raw form simply listed for
review. Created by using Proc report, Proc Print and
Data_Null_
Graphics--- are also used in reporting ..tool used is
SAS/Graph.
Ad hoc reports--Proc sql is used to create these.

Is This Answer Correct ?    12 Yes 0 No

Describe the types of SAS programming tasks that you performed like Tables? Listings? Graphics? A..

Answer / rao

Tables,why bcz Non-technocial peoples r understanding easly.

Is This Answer Correct ?    3 Yes 4 No

Describe the types of SAS programming tasks that you performed like Tables? Listings? Graphics? A..

Answer / sankar

LISTINGS means it which all the variables are mentioned in
CRF for all the sujects.

TALES means it gives a numeric value like N,n,percent erc.

Is This Answer Correct ?    2 Yes 3 No

Describe the types of SAS programming tasks that you performed like Tables? Listings? Graphics? A..

Answer / rao

Tables,why bcz Non-technocial peoples r understanding easly.

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More SAS Interview Questions

what is the function of catx syntax? : Sas-administrator

0 Answers  


here is a string like chq.2312244%4452- from that i want only special characters in a column. dont use compress. bcoz i have 1.2 billion of records.i want another process to find the values instant from the data.

2 Answers   Cap Gemini, L&T,


Explain by-group processing?

0 Answers  


What is shift table? have you ever created shift that?

2 Answers   Accenture, Clinical Research, Quintiles,


how can you get the single data set from the library(which has the number of data sets)?

3 Answers   Accenture, Deloitte,


What are symget and symput? : sas-macro

0 Answers  


Explain what is SAS informats?

0 Answers  


data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.

0 Answers  


Do you need to rearrange the order of the data for the report?

0 Answers  


What do the mod and int function do? : Sas programming

0 Answers  


Can we use where and having clauses in a single SAS program. ex: proc sql;     select a,b,c from test      where state in 'KA'      and having <some condition>. Is the above program run correctly, if not why ?     

4 Answers   UHG,


What are symbol tables?Differemce between Local N Global Symbol tables.....

2 Answers   TCS,


Categories