Wednesday, 8 July 2015

How to search for a Job in SAS - India

Being a SAS programmer I understand how it feels to be new in the market when you know SAS but don't have the experience, which is the most important thing which gets counted in programming.

Once you are good with your SAS skills, I would suggest you to appear for SAS certification in Base atleast and its great to have advance certification.

Then put a certification logo provided by SAS institute on your resume this will make your resume stand out from your competitors.

As per my experience with interviews, the interviewer generally gives you a scenario about a certain data and tell you to give a desired output out of the data. Then you need to explain what steps you will use in completing the task.

Now here is the trick you should be very confident with the process you will use to extract the required data, interviewer will try to confuse you with saying that can't you use this functions to complete the task, here you should explain them why did you used this method.

You should be able to explain why you used the given logic by you to get required data.

Be prepared before appearing for the interview, don't get confused and trapped by the interviewer.

I think if you follow the above process you will be able to get a SAS job, this is my personal experience.

Sunday, 23 June 2013

Libname:

Libname is the path of a folder where you will be storing and accessing files from. You tell SAS that this is the place where you will find the files, Which I am mentioning or referencing them in my programe.

Path are of two types: One is the physical path in your computer, say C,D or E drive.
Second : Is the server Path where you mention your server path.

syntax:

Libname 'Path' ;
Currently I am working in banking as a SAS programmer, and I thought why not create a blog and share my experience in working with SAS. I am not a pro in SAS yet but expect to become one. I will share some SAS programming codes and techniques. I am open to suggestions and would like to help sas programmers.

I will start from Base SAS techniques, gradually heading to SAS advance and further. Hope that this blog will help you in becoming a successful SAS programmer.
:)

Monday, 10 June 2013

Today Starting my SAS Knowledge blog.

Hi everyone,

I am starting my blog today, which will focus on providing some good and useful information to SAS Programmers. I will be posting some codes and teaching you on how to get better programmer in SAS.

Basically I am a SAS certified programmer in Base and Advance. Plus I have done Orcale Clinical as well.Hope you will enjoy this blog.

Cheer's.