<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;D04NRncyeSp7ImA9WhRRFE4.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920</id><updated>2011-11-28T04:49:57.991+05:30</updated><category term="FAQS" /><category term="openings" /><title>SAS Openings and Interview Questions</title><subtitle type="html" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://onlysas.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>36</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/SasOpeningsAndInterviewQuestions" /><feedburner:info uri="sasopeningsandinterviewquestions" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;DkIDR3Y7eSp7ImA9WhZUEUQ.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-5597797958694197556</id><published>2011-06-04T19:05:00.001+05:30</published><updated>2011-06-04T19:06:16.801+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-06-04T19:06:16.801+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="FAQS" /><title>SAS Interview Questions</title><content type="html">&lt;b&gt;Can you give some examples for MAPPING *6?&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Here are some examples for SDTM mapping:&lt;br /&gt;
• Character variables defined as Numeric&lt;br /&gt;
• Numeric Variables defined as Character&lt;br /&gt;
• Variables collected without an obvious corresponding domain in the CDISC SDTM mapping. So must go into SUPPQUAL&lt;br /&gt;
• Several corporate modules that map to one corresponding domain in CDISC SDTM.&lt;br /&gt;
• Core SDTM is a subset of the existing corporate standards&lt;br /&gt;
• Vertical versus Horizontal structure, (e.g. Vitals)&lt;br /&gt;
• Dates – combining date and times; partial dates.&lt;br /&gt;
• Data collapsing issues e.g. Adverse Events and Concomitant Medications.&lt;br /&gt;
• Adverse Events maximum intensity&lt;br /&gt;
• Metadata needed to laboratory data standardization.&lt;br /&gt;
&lt;br /&gt;
====================================================================================&lt;br /&gt;
&lt;b&gt;What do you understand about SDTM and its importance?&lt;/b&gt;&lt;br /&gt;
SDTM stands for Standard data Tabulation Model, which defines a standard structure for study data tabulations that are to be submitted as part of a product application to a regulatory authority such as the United States Food and Drug Administration (FDA) 2.&lt;br /&gt;
In July 2004 the Clinical Data Interchange Standards Consortium (CDISC) published standards on the design and content of clinical trial tabulation data sets, known as the Study Data Tabulation Model (SDTM). According to the CDISC standard, there are four ways to represent a subject in a clinical study: tabulations, data listings, analysis datasets, and subject profiles6.&lt;br /&gt;
&lt;br /&gt;
Before SDTM:&lt;br /&gt;
&lt;br /&gt;
There are different names for each domain and domains don’t have a standard structure. There is no standard variables list for each and every domain.&lt;br /&gt;
&lt;br /&gt;
Because of this FDA reviewers always had to take so much pain in understanding themselves with different data, domain names and name of the variable in each analysis dataset. Reviewers will have spent most of the valuable time in cleaning up the data into a standard format rather than reviewing the data for the accuracy. This process will delay the drug development process as such.&lt;br /&gt;
&lt;br /&gt;
After SDTM:&lt;br /&gt;
There will be standard domain names and standard structure for each domain. There will be a list of standard variables and names for each and every dataset. Because of this, it will become easy to find and understand the data and reviewers will need less time to review the data than the data without SDTM standards. This process will improve the consistency in reviewing the data and it can be time efficient.&lt;br /&gt;
&lt;br /&gt;
The purpose of creating SDTM domain data sets is to provide Case Report Tabulation (CRT) data FDA, in a standardized format. If we follow these standards it can greatly reduce the effort necessary for data mapping. Improper use of CDISC standards, such as using a valid domain or variable name incorrectly, can slow the metadata mapping process and should be avoided4.&lt;br /&gt;
&lt;br /&gt;
====================================================================================&lt;br /&gt;
&lt;b&gt;PROC CDISC for SDTM 3.1 Format 2?&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Syntax The PROC CDISC syntax for CDISC SDTM is presented below. The DATA= parameter specifies the location of your SDTM conforming data source.PROC CDISC MODEL=SDTM;SDTM SDTMVersion = "3.1";DOMAINDATA DATA = results. AE DOMAIN = AE CATEGORY = EVENT;RUN;&lt;br /&gt;
====================================================================================&lt;br /&gt;
&lt;b&gt;What are the capabilities of PROC CDISC 2?&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
PROC CDISC performs the following checks on domain content of the source:&lt;br /&gt;
Verifies that all required variables are present in the data set&lt;br /&gt;
Reports as an error any variables in the data set that are not defined in the domain&lt;br /&gt;
Reports a warning for any expected domain variables that are not in the data set&lt;br /&gt;
Notes any permitted domain variables that are not in the data set&lt;br /&gt;
Verifies that all domain variables are of the expected data type and proper length&lt;br /&gt;
Detects any domain variables that are assigned a controlled terminology specification by the domain and do not have a format assigned to them.&lt;br /&gt;
&lt;br /&gt;
The procedure also performs the following checks on domain data content of the source on a per observation basis:&lt;br /&gt;
&lt;br /&gt;
Verifies that all required variable fields do not contain missing values&lt;br /&gt;
&lt;br /&gt;
Detects occurrences of expected variable fields that contain missing values&lt;br /&gt;
Detects the conformance of all ISO-8601 specification assigned values; including date, time, date time, duration, and interval types&lt;br /&gt;
Notes correctness of yes/no and yes/no/null responses,&lt;br /&gt;
====================================================================================&lt;br /&gt;
&lt;b&gt;What are the different approaches for creating the SDTM 3?&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
There are 3 general approaches to create the SDTM datasets:&lt;br /&gt;
a) Build the SDTM entirely in the CDMS,&lt;br /&gt;
b) Build the SDTM entirely on the “back-end” in SAS,&lt;br /&gt;
c) or take a hybrid approach and build the SDTM partially in the CDMS and partially in SAS.&lt;br /&gt;
&lt;br /&gt;
BUILD THE SDTM ENTIRELY IN THE CDMS&lt;br /&gt;
It is possible to build the SDTM entirely within the CDMS. If the CDMS allows for broad structural control of the underlying database, then you could build your eCRF or CRF based clinical database to SDTM standards.&lt;br /&gt;
&lt;br /&gt;
Advantages:&lt;br /&gt;
• Your “raw” database is equivalent to your SDTM which provides the most elegant solution.&lt;br /&gt;
• Your clinical data management staff will be able to converse with end-users/sponsors about the data easily since your clinical data manager and the und-user/sponsor will both be looking at SDTM datasets.&lt;br /&gt;
• As soon as the CDMS database is built, the SDTM datasets are available.&lt;br /&gt;
&lt;br /&gt;
Disadvantages:&lt;br /&gt;
• This approach may be cost prohibitive. Forcing the CDMS to create the SDTM structures may simply be too cumbersome to do efficiently.&lt;br /&gt;
• Forcing the CDMS to adapt to the SDTM may cause problems with the operation of the CDMS which could reduce data quality.&lt;br /&gt;
&lt;br /&gt;
BUILD THE SDTM ENTIRELY ON THE “BACK-END” IN SAS&lt;br /&gt;
Assuming that SAS is not your CDMS solution, another approach is to take the clinical data from your CDMS and manipulate it into the SDTM with SAS programming.&lt;br /&gt;
&lt;br /&gt;
Advantages:&lt;br /&gt;
• The great flexibility of SAS will let you transform any proprietary CDMS structure into the SDTM. You do not have to work around the rigid constraints of the CDMS.&lt;br /&gt;
• Changes could be made to the SDTM conversion without disturbing clinical data management processes.&lt;br /&gt;
• The CDMS is allowed to do what it does best which is to enter, manage, and clean data.&lt;br /&gt;
&lt;br /&gt;
Disadvantages: • There would be additional cost to transform the data from your typical CDMS structure into the SDTM.&lt;br /&gt;
Specifications, programming, and validation of the SAS programming transformation would be required.&lt;br /&gt;
• Once the CDMS database is up, there would then be a subsequent delay while the SDTM is created in SAS.&lt;br /&gt;
&lt;br /&gt;
This delay would slow down the production of analysis datasets and reporting. This assumes that you follow the linear progression of CDMS -&gt; SDTM -&gt; analysis datasets (ADaM).&lt;br /&gt;
&lt;br /&gt;
• Since the SDTM is a derivation of the “raw” data, there could be errors in translation from the “raw” CDMS data to the SDTM.&lt;br /&gt;
• Your clinical data management staff may be at a disadvantage when speaking with end-users/sponsors about the data since the data manager will likely be looking at the CDMS data and the sponsor will see SDTM data.&lt;br /&gt;
&lt;br /&gt;
BUILD THE SDTM USING A HYBRID APPROACH&lt;br /&gt;
Again, assuming that SAS is not your CDMS solution, you could build some of the SDTM within the confines of the CDMS and do the rest of the work in SAS. There are things that could be done easily in the CDMS such as naming data tables the same as SDTM domains, using SDTM variable names in the CTMS, and performing simple derivations (such as age) in the CDMS. More complex SDTM derivations and manipulations can then be performed in SAS.&lt;br /&gt;
&lt;br /&gt;
Advantages:&lt;br /&gt;
• The changes to the CDMS are easy to implement.&lt;br /&gt;
• The SDTM conversions to be done in SAS are manageable and much can be automated.&lt;br /&gt;
&lt;br /&gt;
Disadvantages:&lt;br /&gt;
• There would still be some additional cost needed to transform the data from the SDTM-like CDMS structure into the SDTM. Specifications, programming, and validation of the transformation would be required.&lt;br /&gt;
• There would be some delay while the SDTM-like CDMS data is converted to the SDTM.&lt;br /&gt;
• Your clinical data management staff may still have a slight disadvantage when speaking with endusers/ sponsors about the data since the clinical data manager will be looking at the SDTM-like data and the sponsor will see the true SDTM data.&lt;br /&gt;
&lt;br /&gt;
====================================================================================&lt;br /&gt;
&lt;b&gt;What do you know about SDTM domains?&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
basic understanding of the SDTM domains, their structure and their interrelations is vital to determining which domains you need to create and in assessing the level to which your existing data is compliant. The SDTM consists of a set of clinical data file specifications and underlying guidelines. These different file structures are referred to as domains. Each domain is designed to contain a particular type of data associated with clinical trials, such as demographics, vital signs or adverse events.&lt;br /&gt;
&lt;br /&gt;
The CDISC SDTM Implementation Guide provides specifications for 30 domains. The SDTM domains are divided into six classes.&lt;br /&gt;
&lt;br /&gt;
The 21 clinical data domains are contained in three of these classes:&lt;br /&gt;
Interventions,&lt;br /&gt;
Events and&lt;br /&gt;
Findings.&lt;br /&gt;
&lt;br /&gt;
The trial design class contains seven domains and the special-purpose class contains two domains (Demographics and Comments).&lt;br /&gt;
&lt;br /&gt;
The trial design domains provide the reviewer with information on the criteria, structure and scheduled events of a clinical trail. The only required domain is demographics.&lt;br /&gt;
&lt;br /&gt;
There are two other special purpose relationship data sets, the Supplemental Qualifiers (SUPPQUAL) data set and the Relate Records (RELREC) data set. SUPPQUAL is a highly normalized data set that allows you to store virtually any type of information related to one of the domain data sets. SUPPQUAL domain also accommodates variables longer than 200, the Ist 200 characters should be stored in the domain variable and the remaining should be stored in it5.&lt;br /&gt;
&lt;br /&gt;
====================================================================================&lt;br /&gt;
&lt;b&gt;What are the general guidelines to SDTM variables?&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Each of the SDTM domains has a collection of variables associated with it.&lt;br /&gt;
There are five roles that a variable can have:&lt;br /&gt;
Identifier,&lt;br /&gt;
Topic,&lt;br /&gt;
Timing,&lt;br /&gt;
Qualifier,&lt;br /&gt;
and for trial design domains,&lt;br /&gt;
&lt;br /&gt;
Rule. Using lab data as an example, the subject ID, domain ID and sequence (e.g. visit) are identifiers.&lt;br /&gt;
The name of the lab parameter is the topic,&lt;br /&gt;
the date and time of sample collection are timing variables,&lt;br /&gt;
the result is a result qualifier and the variable containing the units is a variable qualifier.&lt;br /&gt;
&lt;br /&gt;
Variables that are common across domains include the basic identifiers study ID (STUDYID), a two-character domain ID (DOMAIN) and unique subject ID (USUBJID).&lt;br /&gt;
&lt;br /&gt;
In studies with multiple sites that are allowed to assign their own subject identifiers, the site ID and the subject ID must be combined to form USUBJID.&lt;br /&gt;
Prefixing a standard variable name fragment with the two-character domain ID generally forms all other variable names.&lt;br /&gt;
&lt;br /&gt;
The SDTM specifications do not require all of the variables associated with a domain to be included in a submission. In regard to complying with the SDTM standards, the implementation guide specifies each variable as being included in one of three categories:&lt;br /&gt;
&lt;br /&gt;
Required, Expected, and Permitted4.&lt;br /&gt;
&lt;br /&gt;
REQUIRED – These variables are necessary for the proper functioning of standard software tools used by reviewers. They must be included in the data set structure and should not have a missing value for any observation.&lt;br /&gt;
&lt;br /&gt;
EXPECTED – These variables must be included in the data set structure; however it is permissible to have missing values.&lt;br /&gt;
&lt;br /&gt;
PERMISSIBLE – These variables are not a required part of the domain and they should not be included in the data set structure if the information they were designed to contain was not collected.&lt;br /&gt;
&lt;br /&gt;
====================================================================================&lt;br /&gt;
&lt;b&gt;Can you tell me more About SDTM Domains5?&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
SDTM Domains are grouped by classes, which is useful for producing more meaningful relational schemas. Consider the following domain classes and their respective domains.&lt;br /&gt;
&lt;br /&gt;
• Special Purpose Class – Pertains to unique domains concerning detailed information about the subjects in a study.&lt;br /&gt;
&lt;br /&gt;
Demography (DM), Comments (CM)&lt;br /&gt;
&lt;br /&gt;
• Findings Class – Collected information resulting from a planned evaluation to address specific questions about the subject, such as whether a subject is suitable to participate or continue in a study.&lt;br /&gt;
&lt;br /&gt;
Electrocardiogram (EG)&lt;br /&gt;
Inclusion / Exclusion (IE)&lt;br /&gt;
Lab Results (LB)&lt;br /&gt;
Physical Examination (PE)&lt;br /&gt;
Questionnaire (QS)&lt;br /&gt;
Subject Characteristics (SC)&lt;br /&gt;
Vital Signs (VS)&lt;br /&gt;
&lt;br /&gt;
• Events Class – Incidents independent of the study that happen to the subject during the lifetime of the study.&lt;br /&gt;
&lt;br /&gt;
Adverse Events (AE)&lt;br /&gt;
Patient Disposition (DS)&lt;br /&gt;
Medical History (MH)&lt;br /&gt;
&lt;br /&gt;
• Interventions Class – Treatments and procedures that are intentionally administered to the subject, such as treatment coincident with the study period, per protocol, or self-administered (e.g., alcohol and tobacco use).&lt;br /&gt;
&lt;br /&gt;
Concomitant Medications (CM)&lt;br /&gt;
Exposure to Treatment Drug (EX)&lt;br /&gt;
Substance Usage (SU)&lt;br /&gt;
&lt;br /&gt;
• Trial Design Class – Information about the design of the clinical trial (e.g., crossover trial, treatment arms) including information about the subjects with respect to treatment and visits.&lt;br /&gt;
&lt;br /&gt;
Subject Elements (SE)&lt;br /&gt;
Subject Visits (SV)&lt;br /&gt;
Trial Arms (TA)&lt;br /&gt;
Trial Elements (TE)&lt;br /&gt;
Trial Inclusion / Exclusion Criteria (TI)&lt;br /&gt;
&lt;br /&gt;
Trial Visits (TV)&lt;br /&gt;
&lt;br /&gt;
====================================================================================&lt;br /&gt;
&lt;b&gt;Can you tell me how to do the Mapping for existing Domains?&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
First step is the comparison of metadata with the SDTM domain metadata. If the data getting from the data management is in somewhat compliance to SDTM metadata, use automated mapping as the Ist step.&lt;br /&gt;
&lt;br /&gt;
If the data management metadata is not in compliance with SDTM then avoid auto mapping. So do manual mapping the datasets to SDTM datasets and the mapping each variable to appropriate domain.&lt;br /&gt;
&lt;br /&gt;
The whole process of mapping include: *Read in the corporate data standards into a database table.&lt;br /&gt;
• Assign a CDISC domain prefix to each database module.&lt;br /&gt;
• Attach a combo box containing the SDTM variable for the selected domain to a new mapping variable field.&lt;br /&gt;
• Search each module, and within each module select the most appropriate CDISC variable.&lt;br /&gt;
•Then search for variables mapped to the wrong type Character not equal to Character; Numeric not equal to Numeric.&lt;br /&gt;
• Review the mapping to see if any conflicts are resolvable by mapping to a more appropriate variable.&lt;br /&gt;
• We need to verify that the mapped variable is appropriate for each role.&lt;br /&gt;
• Then finally we have to ensure all ‘required’ variables are present in the domain6.&lt;br /&gt;
&lt;br /&gt;
====================================================================================&lt;br /&gt;
&lt;b&gt;What do you know about SDTM Implementation Guide, Have you used it, if you have can you tell me which version you have used so far?&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
SDTM Implementation guide provides documentation on metadata (data of data) for the domain datasets that includes filename, variable names, type of variables and its labels etc. I have used SDTM implementation guide versions 3.1.1/3.1.2&lt;br /&gt;
&lt;br /&gt;
====================================================================================&lt;br /&gt;
&lt;b&gt;Can you identify which variables should we have to include in each domain?&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
SDTM implementation guide V 3.1.1/V 3.1.2 specifies each variable is being included in one of the 3 types.&lt;br /&gt;
REQUIRED –They must be included in the data set structure and should not have a missing value for any observation.&lt;br /&gt;
&lt;br /&gt;
EXPECTED – These variables must be included in the data set; however it is permissible to have missing values.&lt;br /&gt;
&lt;br /&gt;
PERMISSIBLE – These variables are not a required part of the domain and they should not be included in the data set structure if the information they were designed to contain was not collected.&lt;br /&gt;
====================================================================================&lt;br /&gt;
&lt;b&gt;Explain the Process of SDTM Mapping?&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
A list of basic variable mappings is given below.&lt;br /&gt;
&lt;br /&gt;
DIRECT: a CDM variable is copied directly to a domain variable without any changes other than assigning the CDISC standard label.&lt;br /&gt;
RENAME: only the variable name and label may change but the contents remain the same.&lt;br /&gt;
STANDARDIZE: mapping reported values to standard units or standard terminology&lt;br /&gt;
REFORMAT: the actual value being represented does not change, only the format in which is stored changes, such as converting a SAS date to an ISO8601 format character string.&lt;br /&gt;
COMBINING: directly combining two or more CDM variables to form a single SDTM variable.&lt;br /&gt;
SPLITTING: a CDM variable is divided into two or more SDTM variables.&lt;br /&gt;
DERIVATION: creating a domain variable based on a computation, algorithm, series of logic rules or decoding using one or more CDM variables.&lt;br /&gt;
====================================================================================&lt;br /&gt;
&lt;b&gt;What are the Common Issues in Mapping Dummy corporate standards to CDISC (SDTM) Standards?&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
• Character variables defined as Numeric&lt;br /&gt;
• Numeric Variables defined as Character&lt;br /&gt;
• Variables collected without an obvious corresponding domain in the CDISC SDTM mapping. So must go into SUPPQUAL&lt;br /&gt;
• Several corporate modules that map to one corresponding domain in CDISC SDTM.&lt;br /&gt;
• Dictionary codes not in SDTM parent module, so if needed must be collected in SUPPQUAL.&lt;br /&gt;
• Core SDTM is a subset of the existing corporate standards&lt;br /&gt;
• Different structure of Lab CDISC Domain e.g. baseline flag.&lt;br /&gt;
• Vertical versus Horizontal structure, (e.g. Vitals)&lt;br /&gt;
• Additional Metadata needed to describe the source in SUPPQUAL&lt;br /&gt;
• Dates – combining date and times; partial dates.&lt;br /&gt;
• Data collapsing issues e.g. Adverse Events and Concomitant Medications.&lt;br /&gt;
• Adverse Events maximum intensity&lt;br /&gt;
• Metadata needed to laboratory data standardization.&lt;br /&gt;
&lt;br /&gt;
The Analysis Data Model describes the general structure, metadata, and content typically found in Analysis Datasets and accompanying documentation. The three types of metadata associated with analysis datasets (analysis dataset metadata, analysis variable metadata, and analysis results metadata) are described and examples provided. (source:CDISC Analysis Data Model: Version 2.0)&lt;br /&gt;
Analysis datasets (AD) are typically developed from the collected clinical trial data and used to create statistical summaries of efficacy and safety data. These AD’s are characterized by the creation of derived analysis variables and/or records. These derived data may represent a statistical calculation of an important outcome measure, such as change from baseline, or may represent the last observation for a subject while under therapy. As such, these datasets are one of the types of data sent to the regulatory agency such as FDA.&lt;br /&gt;
&lt;br /&gt;
The CDISC Analysis Data Model (ADaM) defines a standard for Analysis Dataset’s to be submitted to the regulatory agency. This provides a clear content, source, and quality of the datasets submitted in support of the statistical analysis performed by the sponsor.&lt;br /&gt;
&lt;br /&gt;
In ADaM, the descriptions of the AD’s build on the nomenclature of the SDTM with the addition of attributes, variables and data structures needed for statistical analyses. To achieve the principle of clear and unambiguous communication relies on clear AD documentation. This documentation provides the link between the general description of the analysis found in the protocol or statistical analysis plan and the source data.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-5597797958694197556?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Jign_HBeFMaAU6DpTxT-ZE-JCaw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Jign_HBeFMaAU6DpTxT-ZE-JCaw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Jign_HBeFMaAU6DpTxT-ZE-JCaw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Jign_HBeFMaAU6DpTxT-ZE-JCaw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/af90XRAu7h4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/5597797958694197556/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=5597797958694197556&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/5597797958694197556?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/5597797958694197556?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/af90XRAu7h4/sas-interview-questions_04.html" title="SAS Interview Questions" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2011/06/sas-interview-questions_04.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkYGRn4yfSp7ImA9WhZUEUQ.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-1876412539711919803</id><published>2011-06-04T18:54:00.003+05:30</published><updated>2011-06-04T18:58:47.095+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-06-04T18:58:47.095+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="FAQS" /><title>SAS Interview Questions</title><content type="html">1) What do you know about CDISC and its standards?&lt;br /&gt;
CDISC stands for Clinical Data Interchange Standards Consortium and it is developed keeping in mind to bring great deal of efficiency in the entire drug development process. CDISC brings efficiency to the entire drug development process by improving the data quality and speed-up the whole drug development process and to do that CDISC developed a series of standards, which include Operation data Model (ODM), Study data Tabulation Model (SDTM) and the Analysis Data Model ADaM).&lt;br /&gt;
&lt;br /&gt;
2) Why people these days are more talking about CDSIC and what advantages it brings to the Pharmaceutical Industry?&lt;br /&gt;
A) Generally speaking, Only about 30% of programming time is used to generate statistical results with SAS®, and the rest of programming time is used to familiarize data structure, check data accuracy, and tabulate/list raw data and statistical results into certain formats. This non-statistical programming time will be significantly reduced after implementing the CDISC standards.&lt;br /&gt;
&lt;br /&gt;
3) What are the challenges as SAS programmer you think you will face when you first implement CDISC standards in you company?&lt;br /&gt;
A) With the new requirements of electronic submission, CRT datasets need to conform to a set of standards for facilitating reviewing process. They no longer are created solely for programmers convenient. SDS will be treated as specifications of datasets to be submitted, potentially as reference of CRF design. Therefore, statistical programming may need to start from this common ground. All existing programs/macros may also need to be remapped based on CDISC so one can take advantage to validate submission information by using tools which reviewer may use for reviewing and to accelerate reviewing process without providing unnecessary data, tables and listings. With the new requirements from updating electronic submission and CDISC implementation, understanding only SAS® may not be good enough to fulfill for final deliverables. It is a time to expand and enhance the job skills from various aspects under new change so that SAS® programmers can take a competitive advantage, and continue to play a main role in both statistical analysis and reporting for drug development.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-1876412539711919803?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Y8Ca_bn-J-7JzhQX4xJNvya9j1Q/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Y8Ca_bn-J-7JzhQX4xJNvya9j1Q/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Y8Ca_bn-J-7JzhQX4xJNvya9j1Q/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Y8Ca_bn-J-7JzhQX4xJNvya9j1Q/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/5F09bZnMXls" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/1876412539711919803/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=1876412539711919803&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/1876412539711919803?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/1876412539711919803?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/5F09bZnMXls/sas-interview-questions.html" title="SAS Interview Questions" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2011/06/sas-interview-questions.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0MNRn8yfip7ImA9WxFWE0U.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-6014807762335499372</id><published>2010-06-01T16:21:00.000+05:30</published><updated>2010-06-01T16:21:37.196+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-01T16:21:37.196+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="openings" /><title>Get Ready for BI Market</title><content type="html">Hi All,&lt;br /&gt;
&lt;br /&gt;
       Be Ready For BI Market,Becz in Future there will be more Demand for BI Professionals. So instead of Learning at that time be trained now itself.&lt;br /&gt;
&lt;br /&gt;
ALL THE BEST&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-6014807762335499372?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/KmB0EnKpzlB9btbvehKMbck6DM4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KmB0EnKpzlB9btbvehKMbck6DM4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/KmB0EnKpzlB9btbvehKMbck6DM4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KmB0EnKpzlB9btbvehKMbck6DM4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/Y-n-Q-_YPRk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/6014807762335499372/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=6014807762335499372&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/6014807762335499372?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/6014807762335499372?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/Y-n-Q-_YPRk/get-ready-for-bi-market.html" title="Get Ready for BI Market" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2010/06/get-ready-for-bi-market.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkMHSX46fSp7ImA9WxFRFU4.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-6806090473462340371</id><published>2010-04-29T16:23:00.000+05:30</published><updated>2010-04-29T16:23:58.015+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-29T16:23:58.015+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="openings" /><title>SAS Market is in full Josh</title><content type="html">Hi,&lt;br /&gt;
&lt;br /&gt;
   This week there are multiple openings in sas.&lt;br /&gt;
   Especially in TCS , If you have any friends in TCS,&lt;br /&gt;
   Ask them to send your CV. this week end there are interview.&lt;br /&gt;
   Hurry up , grab your oppertunity&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ALL THE BEST&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-6806090473462340371?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/bhYIy6eadfDQjCjC7D1_9nraOiw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bhYIy6eadfDQjCjC7D1_9nraOiw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/bhYIy6eadfDQjCjC7D1_9nraOiw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bhYIy6eadfDQjCjC7D1_9nraOiw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/DNgA6wdbvNs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/6806090473462340371/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=6806090473462340371&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/6806090473462340371?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/6806090473462340371?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/DNgA6wdbvNs/sas-market-is-in-full-josh.html" title="SAS Market is in full Josh" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2010/04/sas-market-is-in-full-josh.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0INQ3o4eSp7ImA9WxFREEU.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-6259319673258322508</id><published>2010-04-24T10:33:00.004+05:30</published><updated>2010-04-24T10:36:32.431+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-24T10:36:32.431+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="FAQS" /><title>Efficient SAS Programming Techniques For Programming Time</title><content type="html">1) Use the SQL procedure for code simplification.&lt;br /&gt;
2) Use procedures whenever possible.&lt;br /&gt;
3) Document programs and routines with comments.&lt;br /&gt;
4) Utilize macros for redundant code.&lt;br /&gt;
5) Code for unknown data values.&lt;br /&gt;
6) Assign descriptive and meaningful variable names.&lt;br /&gt;
7) Store formats and labels with the SAS datasets that&lt;br /&gt;
use them.&lt;br /&gt;
8) Test program code using complete test data&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-6259319673258322508?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ttjR4wN9RsrOiPlK8rl_CgLPMqU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ttjR4wN9RsrOiPlK8rl_CgLPMqU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ttjR4wN9RsrOiPlK8rl_CgLPMqU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ttjR4wN9RsrOiPlK8rl_CgLPMqU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/jFzgmMhAMzc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/6259319673258322508/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=6259319673258322508&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/6259319673258322508?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/6259319673258322508?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/jFzgmMhAMzc/efficiency-techniques-for-programming.html" title="Efficient SAS Programming Techniques For Programming Time" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2010/04/efficiency-techniques-for-programming.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0EESXYzfSp7ImA9WxFREEU.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-3889905424941438246</id><published>2010-04-24T10:32:00.003+05:30</published><updated>2010-04-24T10:36:48.885+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-24T10:36:48.885+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="FAQS" /><title>Efficient SAS Programming Techniques For I/O</title><content type="html">1) Read only data that is needed.&lt;br /&gt;
2) Use WHERE statements to subset data.&lt;br /&gt;
3) Use data compression for large datasets.&lt;br /&gt;
4) Use the DATASETS procedure COPY statement to&lt;br /&gt;
copy datasets with indexes.&lt;br /&gt;
5) Use the SQL procedure to consolidate code.&lt;br /&gt;
6) Store data in SAS datasets, not external files.&lt;br /&gt;
7) Perform data subsets early and at same time.&lt;br /&gt;
8) Use KEEP or DROP statements to retain desired&lt;br /&gt;
variables.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-3889905424941438246?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/pKrCbZSk0m7RP5ctvJEYU3UkOzI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/pKrCbZSk0m7RP5ctvJEYU3UkOzI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/pKrCbZSk0m7RP5ctvJEYU3UkOzI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/pKrCbZSk0m7RP5ctvJEYU3UkOzI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/rqmh4KqXPyg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/3889905424941438246/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=3889905424941438246&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/3889905424941438246?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/3889905424941438246?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/rqmh4KqXPyg/efficiency-techniques-for-io.html" title="Efficient SAS Programming Techniques For I/O" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2010/04/efficiency-techniques-for-io.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0EGQn46eyp7ImA9WxFREEU.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-3441250541036879489</id><published>2010-04-24T10:31:00.003+05:30</published><updated>2010-04-24T10:37:03.013+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-24T10:37:03.013+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="FAQS" /><title>Efficient SAS Programming Techniques For Data Storage</title><content type="html">1) Use KEEP or DROP statements to retain desired&lt;br /&gt;
variables.&lt;br /&gt;
2) Use LENGTH statements to reduce variable size.&lt;br /&gt;
3) Use data compression strategies.&lt;br /&gt;
4) Create character variables as much as possible.&lt;br /&gt;
5) Use DATA _NULL_ steps for processing null&lt;br /&gt;
datasets.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-3441250541036879489?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/93oa2qsLMZyTiw6WJ_7snKwk5pk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/93oa2qsLMZyTiw6WJ_7snKwk5pk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/93oa2qsLMZyTiw6WJ_7snKwk5pk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/93oa2qsLMZyTiw6WJ_7snKwk5pk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/3Miy6XH0w4c" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/3441250541036879489/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=3441250541036879489&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/3441250541036879489?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/3441250541036879489?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/3Miy6XH0w4c/efficiency-techniques-for-data-storage.html" title="Efficient SAS Programming Techniques For Data Storage" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2010/04/efficiency-techniques-for-data-storage.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0IBSH0_cSp7ImA9WxFREEU.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-5054442026941565493</id><published>2010-04-24T10:30:00.002+05:30</published><updated>2010-04-24T10:35:59.349+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-24T10:35:59.349+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="FAQS" /><title>Efficient SAS Programming Techniques for CPU Time</title><content type="html">1) Use KEEP or DROP statements to retain desired&lt;br /&gt;
variables.&lt;br /&gt;
2) Create and use indexes with large datasets.&lt;br /&gt;
3) Utilize macros for redundant code.&lt;br /&gt;
4) Use IF-THEN/ELSE statements to process data.&lt;br /&gt;
5) Use the DATASETS procedure COPY statement to&lt;br /&gt;
copy datasets with indexes.&lt;br /&gt;
6) Use the SQL procedure to consolidate the number of &lt;br /&gt;
steps.&lt;br /&gt;
7) Turn off the Macro facility when not needed.&lt;br /&gt;
8) Avoid unnecessary sorting - plan its use.&lt;br /&gt;
9) Use CLASS statements in procedures.&lt;br /&gt;
10)Use the Stored Program Facility for complex DATA&lt;br /&gt;
steps.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please do Comments&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-5054442026941565493?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/bhIRdQNGJVDJoCb1kaw033tWNlE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bhIRdQNGJVDJoCb1kaw033tWNlE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/bhIRdQNGJVDJoCb1kaw033tWNlE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bhIRdQNGJVDJoCb1kaw033tWNlE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/erkv2-5z4oc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/5054442026941565493/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=5054442026941565493&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/5054442026941565493?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/5054442026941565493?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/erkv2-5z4oc/efficiency-techniques-for-cpu-time.html" title="Efficient SAS Programming Techniques for CPU Time" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2010/04/efficiency-techniques-for-cpu-time.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0cARH48fSp7ImA9WxFREEU.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-762067768479225168</id><published>2010-04-24T10:27:00.000+05:30</published><updated>2010-04-24T10:27:25.075+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-24T10:27:25.075+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="FAQS" /><title>Top Ten Reasons To go for PROC SQL</title><content type="html">In this , I will go over some usages of PROC SQL, which either simplify SAS programming or produce output that is not available in the non-SQL part of SAS.&lt;br /&gt;
&lt;br /&gt;
1.&lt;b&gt;Joining tables&lt;/b&gt;&lt;br /&gt;
  The advantages are:&lt;br /&gt;
  • No sorting needed.&lt;br /&gt;
  • Two tables can join on different variable names.&lt;br /&gt;
&lt;br /&gt;
2.&lt;b&gt;Build macro value list&lt;/b&gt;&lt;br /&gt;
   The following SQL example assigns a whole column of values to a &lt;br /&gt;
   macro variable.This can be useful in two situations:&lt;br /&gt;
   • Outputting information to title/footnote statements using macro variables&lt;br /&gt;
     when you don’t know the new values (department code) in advance.&lt;br /&gt;
   • Using the macro variable as the value for your IN statement&lt;br /&gt;
&lt;br /&gt;
3.&lt;b&gt;Access other databases&lt;/b&gt;&lt;br /&gt;
   PROC SQL is the only way you can join a SAS table and an Oracle table.&lt;br /&gt;
&lt;br /&gt;
4.&lt;b&gt;Textwrapping&lt;/b&gt;&lt;br /&gt;
   When you have a long character variable (such as a COMMENT field in&lt;br /&gt;
   the questionnaire), and you want to print the values using PROC PRINT,&lt;br /&gt;
   you will get the warning message:&lt;br /&gt;
   WARNING: Data too long for column "COMMENT"; truncated to 124 characters&lt;br /&gt;
   to fit.A simple solution is to use PROC SQL with the flow option. &lt;br /&gt;
   An alternative would be to use PROC REPORT. &lt;br /&gt;
   (Note: Flow=30 has an effect on all character variables.)&lt;br /&gt;
&lt;br /&gt;
5.&lt;b&gt;Count frequencies&lt;/b&gt;&lt;br /&gt;
   Using PROC SQL, you can quickly count non-missing values for several &lt;br /&gt;
   variables and output the result on one line. (PROC FREQ would produce&lt;br /&gt;
   several output tables with the output sometimes continuing on to the next page.)&lt;br /&gt;
&lt;br /&gt;
6.&lt;b&gt;Matching multiple tables at different levels&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
7.&lt;b&gt;Insert records to a table&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
8.&lt;b&gt;COALESCE function&lt;/b&gt;&lt;br /&gt;
   The COALESCE function will pick the first non-missing value.&lt;br /&gt;
&lt;br /&gt;
9.&lt;b&gt;Summarize data&lt;/b&gt;&lt;br /&gt;
   You can use SQL functions to summarize data. PROC SQL is more intuitive&lt;br /&gt;
   than PROC MEANS or PROC SUMMARY.&lt;br /&gt;
&lt;br /&gt;
10.&lt;b&gt;Fuzzy merge&lt;/b&gt;&lt;br /&gt;
   Fuzzy merge is the process of matching records where the condition of a &lt;br /&gt;
   match is based on close-but-not equivalent condition.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-762067768479225168?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/6i3fLdTKPqtk0JxECVAGWvp985w/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6i3fLdTKPqtk0JxECVAGWvp985w/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/6i3fLdTKPqtk0JxECVAGWvp985w/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6i3fLdTKPqtk0JxECVAGWvp985w/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/UNP2u-WyOGM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/762067768479225168/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=762067768479225168&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/762067768479225168?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/762067768479225168?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/UNP2u-WyOGM/top-ten-reasons-to-go-for-proc-sql.html" title="Top Ten Reasons To go for PROC SQL" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2010/04/top-ten-reasons-to-go-for-proc-sql.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkMESHY9fSp7ImA9WxFSGEk.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-1454053440413237918</id><published>2010-04-21T14:29:00.001+05:30</published><updated>2010-04-21T14:30:09.865+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-21T14:30:09.865+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="openings" /><title>New SAS Openings in India</title><content type="html">Junior Clinical SAS/ Statistical Programmer  TECH OBSERVER 0-3 yrs&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Company Name   :TECH OBSERVER&lt;br /&gt;
Website        :http://www.tech-observer.com&lt;br /&gt;
Executive Name :Aman and Prankur&lt;br /&gt;
Email Address  :prankur@tech-observer.com&lt;br /&gt;
Telephone      :9811477126,9999019521&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://jobsearch.naukri.com/mynaukri/mn_newminnernew.php?xz=1_0_5&amp;xo=&amp;js=1&amp;f=030410001119&amp;xp=9&amp;xid=127184019230189800&amp;qp=sas&amp;qm=-1&amp;qs=f&amp;qt=all&amp;qd=1&amp;enableRoleMapping=y&amp;mode=7&amp;id="&gt;For Detailed job Description&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
All The Best&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-1454053440413237918?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4FA1tHsnbvxpunj0Xm6UAFvdM4E/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4FA1tHsnbvxpunj0Xm6UAFvdM4E/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4FA1tHsnbvxpunj0Xm6UAFvdM4E/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4FA1tHsnbvxpunj0Xm6UAFvdM4E/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/0SAokVLv4po" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/1454053440413237918/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=1454053440413237918&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/1454053440413237918?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/1454053440413237918?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/0SAokVLv4po/new-sas-openings-in-india_21.html" title="New SAS Openings in India" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2010/04/new-sas-openings-in-india_21.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0MMRHw_fSp7ImA9WxFSGE4.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-5665880373080511419</id><published>2010-04-21T13:51:00.004+05:30</published><updated>2010-04-21T14:14:45.245+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-21T14:14:45.245+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="FAQS" /><title>For general intrerview questions</title><content type="html">Click the below links for sas Faqs&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www2.sas.com/proceedings/sugi29/133-29.pdf"&gt;click here for general interview questions&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.just4exam.com/A00-211.pdf"&gt;For sample format of sas certification&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.techinterviews.com/basic-sas-interview-questions"&gt;For sas interview questions&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-5665880373080511419?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/lhTqQistyyEBFLHEkErpYeiLY9Q/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/lhTqQistyyEBFLHEkErpYeiLY9Q/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/lhTqQistyyEBFLHEkErpYeiLY9Q/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/lhTqQistyyEBFLHEkErpYeiLY9Q/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/aOpiywVL-Is" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/5665880373080511419/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=5665880373080511419&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/5665880373080511419?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/5665880373080511419?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/aOpiywVL-Is/for-general-intrerview-questions.html" title="For general intrerview questions" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2010/04/for-general-intrerview-questions.html</feedburner:origLink><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="enclosure" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~5/m6dFCTh1CoQ/133-29.pdf" length="0" type="application/pdf" /><feedburner:origEnclosureLink>http://www2.sas.com/proceedings/sugi29/133-29.pdf</feedburner:origEnclosureLink></entry><entry gd:etag="W/&quot;AkQNRXo5eip7ImA9WxFSGE4.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-2673215053126755879</id><published>2010-04-21T13:25:00.006+05:30</published><updated>2010-04-21T13:56:34.422+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-21T13:56:34.422+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="FAQS" /><title>How can you test data , whether the data has obs and find the values in  column?</title><content type="html">A.By using Proc freq, we can tell that data contains data or not and to find the values in a perticular column name.&lt;br /&gt;
&lt;br /&gt;
Proc freq data=sashelp.class;&lt;br /&gt;
table age / nocum missing;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
the result of this procedure gives &lt;br /&gt;
&lt;br /&gt;
sex--freq---per&lt;br /&gt;
M----10-----52.63&lt;br /&gt;
F-----9-----47.37&lt;br /&gt;
&lt;br /&gt;
if there is missing values then at last it will display the number of missing values.&lt;br /&gt;
&lt;br /&gt;
and also by proc means we can find how many missing and non missing values&lt;br /&gt;
&lt;br /&gt;
proc means data=sashelp.class n nmiss;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
the output looks like&lt;br /&gt;
&lt;br /&gt;
variable   label      n   nmiss&lt;br /&gt;
sex         sex       19    0&lt;br /&gt;
&lt;br /&gt;
where n is total no of non missing values and nmiss is missing values.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://support.sas.com/publishing/pdf/57198_ch3pg76.pdf"&gt;for more detail click here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-2673215053126755879?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/9jyZJS2MUofPMi6h5mOKUtReJiA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9jyZJS2MUofPMi6h5mOKUtReJiA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/9jyZJS2MUofPMi6h5mOKUtReJiA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9jyZJS2MUofPMi6h5mOKUtReJiA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/-HW2ky1b2DU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/2673215053126755879/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=2673215053126755879&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/2673215053126755879?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/2673215053126755879?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/-HW2ky1b2DU/how-can-you-test-data-whether-data-has.html" title="How can you test data , whether the data has obs and find the values in  column?" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2010/04/how-can-you-test-data-whether-data-has.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEMDRXs8fyp7ImA9WxFSF0g.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-1254394743965414345</id><published>2010-04-20T10:44:00.002+05:30</published><updated>2010-04-20T14:04:34.577+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-20T14:04:34.577+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="FAQS" /><title>How to handle errors in sas?</title><content type="html">SAS is a very User Friendly tool. By default it has 3 window&lt;br /&gt;
1.Enhanced Editor&lt;br /&gt;
2.Log Window&lt;br /&gt;
3.Output window&lt;br /&gt;
and also u find explorer and result window in left side.&lt;br /&gt;
&lt;br /&gt;
when ever error occurred in program , sas system throws errors into log window.and also it will tell the expected variables or symbols in place of error.&lt;br /&gt;
by just seeing the errors you have to correct the program.&lt;br /&gt;
&lt;br /&gt;
for example when you are using macro debugging options,&lt;br /&gt;
in that you are calling a macro that is not there in system.&lt;br /&gt;
then the  sas system displays error like this.&lt;br /&gt;
"Apparent invocation of macro not resolved".&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-1254394743965414345?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ysmdM4VZWF-1s75ckmj0IDYCNl0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ysmdM4VZWF-1s75ckmj0IDYCNl0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ysmdM4VZWF-1s75ckmj0IDYCNl0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ysmdM4VZWF-1s75ckmj0IDYCNl0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/1GVyYJglAR0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/1254394743965414345/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=1254394743965414345&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/1254394743965414345?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/1254394743965414345?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/1GVyYJglAR0/how-to-handle-errors-in-sas.html" title="How to handle errors in sas?" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2010/04/how-to-handle-errors-in-sas.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEMDRXs8fyp7ImA9WxFSF0g.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-881754180023591932</id><published>2010-04-19T18:29:00.002+05:30</published><updated>2010-04-20T14:04:34.577+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-20T14:04:34.577+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="FAQS" /><title>How can You Delete Duplicate Variables in SAS Data-step?</title><content type="html">A. The Answer is very simple,By using First.Variable and last.Variable we can delete duplicate values in SAS Data step.&lt;br /&gt;
&lt;br /&gt;
Example : suppose sample dataset having 2 columns one is number and second one is name&lt;br /&gt;
if number has duplicate values,and we have to take first of all duplicate values then go for first.variable.&lt;br /&gt;
&lt;br /&gt;
data sample1;&lt;br /&gt;
set sample;&lt;br /&gt;
by number;&lt;br /&gt;
if first.number=1;&lt;br /&gt;
run;&lt;br /&gt;
&lt;br /&gt;
same for last.variable for taking last value in duplicate values&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Note&lt;/b&gt;:For using first.variable or last.variable , use must and should BY Statement before the first or last variables.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-881754180023591932?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/JYTx70-xVexFHa1Epa4dcYHuDT0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/JYTx70-xVexFHa1Epa4dcYHuDT0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/JYTx70-xVexFHa1Epa4dcYHuDT0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/JYTx70-xVexFHa1Epa4dcYHuDT0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/xZlyXJx8qac" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/881754180023591932/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=881754180023591932&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/881754180023591932?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/881754180023591932?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/xZlyXJx8qac/how-can-you-delete-duplicate-variables.html" title="How can You Delete Duplicate Variables in SAS Data-step?" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2010/04/how-can-you-delete-duplicate-variables.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEIHQX09fip7ImA9WxFSF0g.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-5939837408514995601</id><published>2010-04-19T18:04:00.001+05:30</published><updated>2010-04-20T14:05:30.366+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-20T14:05:30.366+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="FAQS" /><title>How can You Delete Duplicate Variables in SAS Data-step?</title><content type="html">A. The Answer is very simple,By using First.Variable and last.Variable we can delete duplicate values in SAS Data step.&lt;br /&gt;
&lt;br /&gt;
Example : suppose sample dataset having 2 columns one is number and second one is name&lt;br /&gt;
if number has duplicate values,and we have to take first of all duplicate values then go for first.variable.&lt;br /&gt;
&lt;br /&gt;
    data sample1;&lt;br /&gt;
    set sample;&lt;br /&gt;
    by number;&lt;br /&gt;
    if first.number=1;&lt;br /&gt;
    run;&lt;br /&gt;
&lt;br /&gt;
same for last.variable for taking last value in duplicate values&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Note&lt;/b&gt;:For using first.variable or last.variable , use must and should BY Statement before the first or last variables.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-5939837408514995601?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/3FVK1gGzBYIGuf7QTPjuPSsmCaw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3FVK1gGzBYIGuf7QTPjuPSsmCaw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/3FVK1gGzBYIGuf7QTPjuPSsmCaw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3FVK1gGzBYIGuf7QTPjuPSsmCaw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/jgObJYQoVDU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/5939837408514995601/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=5939837408514995601&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/5939837408514995601?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/5939837408514995601?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/jgObJYQoVDU/how-can-you-delete-duplicate-variables_19.html" title="How can You Delete Duplicate Variables in SAS Data-step?" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2010/04/how-can-you-delete-duplicate-variables_19.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEIFRngyeSp7ImA9WxFSF0g.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-7789294683534874764</id><published>2010-04-19T18:03:00.000+05:30</published><updated>2010-04-20T14:05:17.691+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-20T14:05:17.691+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="openings" /><title>Very Urgent Openings in SAS</title><content type="html">Associate - Operations Systems Support  HSBC Operations &amp;&lt;br /&gt;
Processing Enterprise (India) Pvt Ltd&lt;br /&gt;
&lt;br /&gt;
Good opportunities for freshers.&lt;br /&gt;
&lt;br /&gt;
Company Name:HSBC Operations &amp; Processing Enterprise (India) Pvt Ltd&lt;br /&gt;
Website:Not Mentioned&lt;br /&gt;
Executive Name:Anupama Sindhia&lt;br /&gt;
Address:Not Mentioned&lt;br /&gt;
Telephone:25252000&lt;br /&gt;
&lt;br /&gt;
interested Candidates can walk in for an interview on 20 Apr 10 anytime &lt;br /&gt;
from 09.00 am - 12.00 pm&lt;br /&gt;
Venue: #30, Rajaji Salai, Parrys, Chennai-01 &lt;br /&gt;
&lt;br /&gt;
Hurry Call To Number which they have given and attend interview.&lt;br /&gt;
ALL THE BEST.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-7789294683534874764?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/tUPIR-OQ-QkwLRQljdW0TZRZUac/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tUPIR-OQ-QkwLRQljdW0TZRZUac/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/tUPIR-OQ-QkwLRQljdW0TZRZUac/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tUPIR-OQ-QkwLRQljdW0TZRZUac/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/m6vYPg2_rKg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/7789294683534874764/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=7789294683534874764&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/7789294683534874764?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/7789294683534874764?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/m6vYPg2_rKg/very-urgent-openings-in-sas.html" title="Very Urgent Openings in SAS" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2010/04/very-urgent-openings-in-sas.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEIFRngyeSp7ImA9WxFSF0g.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-1805585588383405944</id><published>2010-04-16T14:49:00.000+05:30</published><updated>2010-04-20T14:05:17.691+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-20T14:05:17.691+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="openings" /><title>sas openings</title><content type="html">Analyst/Sr. Analyst - Risk (Credit Card)  Global Financial Services Leader 1-5 yrs&lt;br /&gt;
Company Name  :Global Financial Services Leader&lt;br /&gt;
Executive Name:Consultant, Analytics, Bangalore&lt;br /&gt;
Address       :Not Mentioned&lt;br /&gt;
Email Address :arindam.ghosh@staffersindia.com&lt;br /&gt;
Telephone     :Not Mentioned&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-1805585588383405944?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/omPmIPwtJwgSMtZ4xVJ1lxdNhVQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/omPmIPwtJwgSMtZ4xVJ1lxdNhVQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/omPmIPwtJwgSMtZ4xVJ1lxdNhVQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/omPmIPwtJwgSMtZ4xVJ1lxdNhVQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/Cix6wfrwqpA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/1805585588383405944/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=1805585588383405944&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/1805585588383405944?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/1805585588383405944?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/Cix6wfrwqpA/sas-openings_16.html" title="sas openings" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2010/04/sas-openings_16.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEIFRngyeSp7ImA9WxFSF0g.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-6349116114702721301</id><published>2010-04-15T15:39:00.000+05:30</published><updated>2010-04-20T14:05:17.691+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-20T14:05:17.691+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="openings" /><title>Multiple sas openings in India</title><content type="html">Market Research Analyst 0-3 yrs&lt;br /&gt;
Company Name :Bridge2Tech Consultancy Private Limited&lt;br /&gt;
Website      :http://bridge2tech.com&lt;br /&gt;
Address      :Not Mentioned&lt;br /&gt;
Email Address:resumes@bridge2tech.com&lt;br /&gt;
&lt;br /&gt;
Company Name  :Global Financial Services Leader&lt;br /&gt;
Website       :Not Mentioned&lt;br /&gt;
Executive Name:Consultant, Analytics, Bangalore&lt;br /&gt;
Address       :Not Mentioned&lt;br /&gt;
Email Address :arindam.ghosh@staffersindia.com&lt;br /&gt;
Analyst/Sr. Analyst - Risk (Credit Card)  1- 5 yrs&lt;br /&gt;
&lt;br /&gt;
Senior Manager - IT  Leading General Insurance Company 3-5 yrs&lt;br /&gt;
Company Name  :Leading General Insurance Company&lt;br /&gt;
Website       :Not Mentioned&lt;br /&gt;
Executive Name:Team Talent Discoveri&lt;br /&gt;
Address       :Not Mentioned&lt;br /&gt;
Email Address :enquiries@talentdiscoveri.com&lt;br /&gt;
Telephone     :Not Mentioned&lt;br /&gt;
Reference ID  :IT//GI//MIS//MUM&lt;br /&gt;
&lt;br /&gt;
Urgently Required Sr. SAS BI Sr. Developer,Pune  Survik Software Ltd 3-6 yrs&lt;br /&gt;
Company Name  :Survik Software Ltd&lt;br /&gt;
Website       :https://www.survik.com&lt;br /&gt;
Executive Name:Nikita Mehrotra&lt;br /&gt;
Address       :Survik Software Ltd&lt;br /&gt;
               2nd Floor, Sapphire Chambers Opp Food Bazar&lt;br /&gt;
               Baner Road&lt;br /&gt;
               PUNE,Maharashtra,India 410401&lt;br /&gt;
Email Address :nikita.mehrotra@survik.com&lt;br /&gt;
Telephone     :08975751396&lt;br /&gt;
Reference ID  :SAS&lt;br /&gt;
&lt;br /&gt;
SAS  / SPSS analytics Sr. positions..  IT Giant 12-22 yrs&lt;br /&gt;
Executive Name:Rupali&lt;br /&gt;
Address       :Not Mentioned&lt;br /&gt;
Email Address :rupali.patkar@naukri.com&lt;br /&gt;
Reference ID  :RP Analytics SPSS&lt;br /&gt;
&lt;br /&gt;
Risk Manager (Enterprise / Operational Risk Management) &lt;br /&gt;
Asterion Consulting Pvt Ltd (Client is Top IT Company) 2-7 yrs&lt;br /&gt;
Company Name  :Asterion Consulting Pvt Ltd (Client is Top IT Company)&lt;br /&gt;
Website       :Not Mentioned&lt;br /&gt;
Executive Name:Vignesh Rajan&lt;br /&gt;
Address       :Not Mentioned&lt;br /&gt;
Email Address :vignesh@asterioninc.com&lt;br /&gt;
Telephone     :080-42556814&lt;br /&gt;
Reference ID  :RiskManager_Bangalore&lt;br /&gt;
&lt;br /&gt;
BI Testing Engineer  3i Infotech Limited 3-5 yrs&lt;br /&gt;
Company Name  :3i Infotech Limited&lt;br /&gt;
Email Address :opportunities@3i-infotech.com&lt;br /&gt;
Keywords:  SAS, ETL / BI, Automated Testing, Testing, Oracle, PL / SQL, CRM&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;ALL THE BEST&lt;/b&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-6349116114702721301?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/1_4TqoAfZRBVvR_bKUTGI2C6Clk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1_4TqoAfZRBVvR_bKUTGI2C6Clk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/1_4TqoAfZRBVvR_bKUTGI2C6Clk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1_4TqoAfZRBVvR_bKUTGI2C6Clk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/dnWGKveiv5c" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/6349116114702721301/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=6349116114702721301&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/6349116114702721301?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/6349116114702721301?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/dnWGKveiv5c/multiple-sas-openings-in-india.html" title="Multiple sas openings in India" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2010/04/multiple-sas-openings-in-india.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEMDRXszeCp7ImA9WxFSF0g.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-937746130523149512</id><published>2010-04-15T13:54:00.001+05:30</published><updated>2010-04-20T14:04:34.580+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-20T14:04:34.580+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="FAQS" /><title>some sas interview questions with answers</title><content type="html">1. How do you connect sas with oracle?&lt;br /&gt;
A. By using any of the two ways&lt;br /&gt;
1.By Libname Statement&lt;br /&gt;
2.By Sql Pass Thru Facility&lt;br /&gt;
&lt;br /&gt;
first we will discuss about Libname statement&lt;br /&gt;
Libname oracle oralib username="oracle username" pwd="password of oracle"&lt;br /&gt;
Path="path of serverside oracle" schema="name of schema";&lt;br /&gt;
&lt;br /&gt;
In this &lt;b&gt;oracle&lt;/b&gt; is name of the database you want to connect&lt;br /&gt;
Oralib is reference name of database and while using oracle in local computer &lt;br /&gt;
no need of path option in libname statement.&lt;br /&gt;
&lt;br /&gt;
secondly we will discuss Sql pass thru facility&lt;br /&gt;
Proc Sql;&lt;br /&gt;
connect to oracle&lt;br /&gt;
(username="username" password="password" path="path");&lt;br /&gt;
create table datasetname as&lt;br /&gt;
select * from connection to oracle&lt;br /&gt;
(select * from dept );&lt;br /&gt;
quit;&lt;br /&gt;
&lt;br /&gt;
here &lt;b&gt;datasetname&lt;/b&gt; is nothing but new  sas dataset name&lt;br /&gt;
&lt;b&gt;dept&lt;/b&gt; is oracle table name.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-937746130523149512?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/KthKp-SSU0P7XeQ3ud78DVH3CLQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KthKp-SSU0P7XeQ3ud78DVH3CLQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/KthKp-SSU0P7XeQ3ud78DVH3CLQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KthKp-SSU0P7XeQ3ud78DVH3CLQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/HKHm9xGcgA0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/937746130523149512/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=937746130523149512&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/937746130523149512?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/937746130523149512?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/HKHm9xGcgA0/some-sas-interview-questions-with.html" title="some sas interview questions with answers" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2010/04/some-sas-interview-questions-with.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEIFRngyeip7ImA9WxFSF0g.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-5242458731710365553</id><published>2010-04-13T19:41:00.000+05:30</published><updated>2010-04-20T14:05:17.692+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-20T14:05:17.692+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="openings" /><title>New SAS Openings in India</title><content type="html">Minimum 2 years proficiency required in Base SAS, SAS Macro and SAS Graph of which at least 1 years experience in the pharmaceutical industry or a clinical research organization.&lt;br /&gt;
Contact   Vineeta&lt;br /&gt;
Telephone  0120-3009058&lt;br /&gt;
Email     vineeta.kandari@signaturestaffindia.com&lt;br /&gt;
Website  http://www.signaturestaffindia.com&lt;br /&gt;
Job Posted  13 Apr&lt;br /&gt;
Reference  SAS prog/CRO&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-5242458731710365553?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/7X8wPmHz-Y3epbRCCy5PwaH-_dc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7X8wPmHz-Y3epbRCCy5PwaH-_dc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/7X8wPmHz-Y3epbRCCy5PwaH-_dc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7X8wPmHz-Y3epbRCCy5PwaH-_dc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/clUbHaRMnbg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/5242458731710365553/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=5242458731710365553&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/5242458731710365553?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/5242458731710365553?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/clUbHaRMnbg/new-sas-openings-in-india.html" title="New SAS Openings in India" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2010/04/new-sas-openings-in-india.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEMDRXszeCp7ImA9WxFSF0g.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-5699906104724215334</id><published>2010-04-13T12:14:00.000+05:30</published><updated>2010-04-20T14:04:34.580+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-20T14:04:34.580+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="FAQS" /><title>Some Common Interview Questions</title><content type="html">1. what is sas and where it is used?&lt;br /&gt;
2. Is sas is a tool or programmin language or data storeage or to build applications?&lt;br /&gt;
3. how sas code will execute when click on submit button?&lt;br /&gt;
4. what do you meant by PDV?&lt;br /&gt;
5. what is the difference between PDV and retain statement?&lt;br /&gt;
6. what are infile statement options?&lt;br /&gt;
7. what is difference between informats and formats?&lt;br /&gt;
8. what is put function and put statement?&lt;br /&gt;
9. how do you change yearcuttoff option in sas?&lt;br /&gt;
10. how do you create permanent libraries in sas?&lt;br /&gt;
11. how do you restrict observations when you are extracting from external &lt;br /&gt;
    file or other dataset?&lt;br /&gt;
12. what are all procedures that you have used in your project.&lt;br /&gt;
13. what is the use of proc dataset?&lt;br /&gt;
14. what are the output procedures in sas?&lt;br /&gt;
15. how will you delete duplicate values in sas?&lt;br /&gt;
16. what is the difference between nodup and nodupkey in proc sort?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
17. how many ways will you create macro variables?&lt;br /&gt;
18. how will you do arthametic operations for numeric and float variables;&lt;br /&gt;
19. what is the difference b/w call symput and call symget in macros?&lt;br /&gt;
20. how do you resolve macro variable ?&lt;br /&gt;
21. what are the sas macro debuging options?&lt;br /&gt;
22. how do you call macro?&lt;br /&gt;
&lt;br /&gt;
23. how do you connect database to your sas program?&lt;br /&gt;
    by two ways 1.by libname 2. by proc sql ?&lt;br /&gt;
24. how many types of joins in sas/sql?&lt;br /&gt;
25. what is full join and self join?&lt;br /&gt;
26. which one is more effective, merge statement in base sas and joins &lt;br /&gt;
    in sas/sql?why?&lt;br /&gt;
27. what is the coalesec function in sql?&lt;br /&gt;
28. what is the proc dbload in sas?for what it is used?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-5699906104724215334?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/1A0XGuuSBMQHkGttFBKR4wTc7f4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1A0XGuuSBMQHkGttFBKR4wTc7f4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/1A0XGuuSBMQHkGttFBKR4wTc7f4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1A0XGuuSBMQHkGttFBKR4wTc7f4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/2--QZQjVLe4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/5699906104724215334/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=5699906104724215334&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/5699906104724215334?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/5699906104724215334?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/2--QZQjVLe4/some-common-interview-questions.html" title="Some Common Interview Questions" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2010/04/some-common-interview-questions.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEMDRXszeCp7ImA9WxFSF0g.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-1544004578717184556</id><published>2010-04-13T11:55:00.000+05:30</published><updated>2010-04-20T14:04:34.580+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-20T14:04:34.580+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="FAQS" /><title>SAS Interview Questions</title><content type="html">1. What SAS statements would you code to read an external raw data file to a DATA step?&lt;br /&gt;
   2. How do you read in the variables that you need?&lt;br /&gt;
   3. Are you familiar with special input delimiters? How are they used?&lt;br /&gt;
&lt;br /&gt;
   4. If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn’t have a value?&lt;br /&gt;
   5. What is the difference between an informat and a format? Name three informats or formats.&lt;br /&gt;
   6. Name and describe three SAS functions that you have used, if any?&lt;br /&gt;
   7. How would you code the criteria to restrict the output to be produced?&lt;br /&gt;
   8. What is the purpose of the trailing @? The @@? How would you use them?&lt;br /&gt;
   9. Under what circumstances would you code a SELECT construct instead of IF statements?&lt;br /&gt;
  10. What statement do you code to tell SAS that it is to write to an external file? What statement do you code to write the record to the file?&lt;br /&gt;
  11. If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?&lt;br /&gt;
  12. If you’re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?&lt;br /&gt;
  13. What is the one statement to set the criteria of data that can be coded in any step?&lt;br /&gt;
  14. Have you ever linked SAS code? If so, describe the link and any required statements used to either process the code or the step itself.&lt;br /&gt;
  15. How would you include common or reuse code to be processed along with your statements?&lt;br /&gt;
  16. When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?&lt;br /&gt;
  17. If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?&lt;br /&gt;
  18. Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables.&lt;br /&gt;
  19. How would you delete duplicate observations?&lt;br /&gt;
  20. How would you delete observations with duplicate keys?&lt;br /&gt;
  21. How would you code a merge that will keep only the observations that have matches from both sets.&lt;br /&gt;
  22. How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.&lt;br /&gt;
  23. What is the Program Data Vector (PDV)? What are its functions?&lt;br /&gt;
  24. Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.&lt;br /&gt;
  25. At compile time when a SAS data set is read, what items are created?&lt;br /&gt;
  26. Name statements that are recognized at compile time only?&lt;br /&gt;
  27. Identify statements whose placement in the DATA step is critical.&lt;br /&gt;
  28. Name statements that function at both compile and execution time.&lt;br /&gt;
  29. Name statements that are execution only.&lt;br /&gt;
  30. In the flow of DATA step processing, what is the first action in a typical DATA Step?&lt;br /&gt;
  31. What is _n_?&lt;br /&gt;
&lt;br /&gt;
ALL THE BEST&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-1544004578717184556?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/5VWPGD7lkWV1B9tz26aQ3sEamt0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5VWPGD7lkWV1B9tz26aQ3sEamt0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/5VWPGD7lkWV1B9tz26aQ3sEamt0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5VWPGD7lkWV1B9tz26aQ3sEamt0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/b44lmF48Crc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/1544004578717184556/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=1544004578717184556&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/1544004578717184556?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/1544004578717184556?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/b44lmF48Crc/sas-interview-questions.html" title="SAS Interview Questions" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2010/04/sas-interview-questions.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEIFRngyeip7ImA9WxFSF0g.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-7999541773256077549</id><published>2010-04-13T11:52:00.000+05:30</published><updated>2010-04-20T14:05:17.692+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-20T14:05:17.692+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="openings" /><title>SAS Openings in melstar for client side</title><content type="html">SAS BI Sr. Developers Requirement with Melstar at Pune - Client side &lt;br /&gt;
&lt;br /&gt;
experience      5 years&lt;br /&gt;
Email     sbhadke@melstar.com&lt;br /&gt;
Website  http://www.melstar.com&lt;br /&gt;
Job Posted  12 Apr&lt;br /&gt;
client          Wipro(not sure)&lt;br /&gt;
Reference  Sr SAS BI / Pune / Immediate Joining / 5 yrs &lt;br /&gt;
Contact   Sachin&lt;br /&gt;
                Melstar Information Technologies Ltd&lt;br /&gt;
                Melstar House,G-4, MIDC, Cross Rd A Andheri East,&lt;br /&gt;
                Mumbai 400093 &lt;br /&gt;
&lt;br /&gt;
ALL THE BEST&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-7999541773256077549?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Qy3_PQnHuow2L1yYRPcNTbLm2HU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Qy3_PQnHuow2L1yYRPcNTbLm2HU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Qy3_PQnHuow2L1yYRPcNTbLm2HU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Qy3_PQnHuow2L1yYRPcNTbLm2HU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/QCYi2hSb5Og" height="1" width="1"/&gt;</content><link rel="related" href="http://jobsearch.naukri.com/mynaukri/mn_newminnernew.php?xz=1_0_5&amp;xo=&amp;js=1&amp;f=220310000710&amp;xp=2&amp;xid=127113926913817700&amp;qp=sas&amp;qm=-1&amp;qs=r&amp;qt=all&amp;enableRoleMapping=y&amp;qd=1&amp;mode=7&amp;id=" title="SAS Openings in melstar for client side" /><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/7999541773256077549/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=7999541773256077549&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/7999541773256077549?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/7999541773256077549?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/QCYi2hSb5Og/sas-openings-in-melstar-for-client-side.html" title="SAS Openings in melstar for client side" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2010/04/sas-openings-in-melstar-for-client-side.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEIFRngyeip7ImA9WxFSF0g.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-4024389986527569067</id><published>2010-04-13T11:46:00.000+05:30</published><updated>2010-04-20T14:05:17.692+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-20T14:05:17.692+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="openings" /><title>Multiple SAS Openings</title><content type="html">Hi,&lt;br /&gt;
&lt;br /&gt;
   Many sas openings are there through out india.&lt;br /&gt;
   the companies that are hiring sas programmers are..&lt;br /&gt;
   &lt;br /&gt;
   1) G.E(hyderabad and Bangalore).&lt;br /&gt;
   2) T.C.S(mumbai).&lt;br /&gt;
   3) Accenture(noida,mumbai,bangalore).&lt;br /&gt;
   4) H.s.b.c (kolkatta).&lt;br /&gt;
   5) paroxal (hyderabad).&lt;br /&gt;
   6) wipro info tech (mumbai).&lt;br /&gt;
   7) Zensar (pune)&lt;br /&gt;
   8) L &amp; T finance (mumbai)&lt;br /&gt;
   9) novartis (hyderabad)&lt;br /&gt;
  10) torry harris (Bangalore)&lt;br /&gt;
  11) First Indian Corperation (bangalore&lt;br /&gt;
&lt;br /&gt;
    Guys hurry up , if you have any reference farword your profile to these companies.&lt;br /&gt;
&lt;br /&gt;
ALL THE BEST&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-4024389986527569067?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/5Nw-yxErTetqCXhY05R1yWtUlpg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5Nw-yxErTetqCXhY05R1yWtUlpg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/5Nw-yxErTetqCXhY05R1yWtUlpg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5Nw-yxErTetqCXhY05R1yWtUlpg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/LSOEnV70oQQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/4024389986527569067/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=4024389986527569067&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/4024389986527569067?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/4024389986527569067?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/LSOEnV70oQQ/multiple-sas-openings_13.html" title="Multiple SAS Openings" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2010/04/multiple-sas-openings_13.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEIHQX08cCp7ImA9WxFSF0g.&quot;"><id>tag:blogger.com,1999:blog-9055415216188059920.post-4565815318307263746</id><published>2010-04-12T13:35:00.001+05:30</published><updated>2010-04-20T14:05:30.378+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-20T14:05:30.378+05:30</app:edited><title /><content type="html">&lt;iframe src="http://rcm.amazon.com/e/cm?t=jobop00-20&amp;o=1&amp;p=8&amp;l=bpl&amp;asins=B002TYZKIM&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="align:left;padding-top:5px;width:131px;height:245px;padding-right:10px;"align="left" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;iframe src="http://rcm.amazon.com/e/cm?t=jobop00-20&amp;o=1&amp;p=8&amp;l=bpl&amp;asins=B002UD56I6&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="align:left;padding-top:5px;width:131px;height:245px;padding-right:10px;"align="left" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"&gt;&lt;/iframe&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9055415216188059920-4565815318307263746?l=onlysas.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/IJ-VpnWRrbhWzTX07VUGqqITsV8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/IJ-VpnWRrbhWzTX07VUGqqITsV8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/IJ-VpnWRrbhWzTX07VUGqqITsV8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/IJ-VpnWRrbhWzTX07VUGqqITsV8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/SasOpeningsAndInterviewQuestions/~4/vNvthrPzkVE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://onlysas.blogspot.com/feeds/4565815318307263746/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=9055415216188059920&amp;postID=4565815318307263746&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/4565815318307263746?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9055415216188059920/posts/default/4565815318307263746?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/SasOpeningsAndInterviewQuestions/~3/vNvthrPzkVE/blog-post.html" title="" /><author><name>inampudi</name><uri>http://www.blogger.com/profile/03912508750324621395</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://onlysas.blogspot.com/2010/04/blog-post.html</feedburner:origLink></entry></feed>

