BookmarkSubscribeRSS Feed
Sbase
Calcite | Level 5

I am a junior statistical sas programmer in pharma company..Could any one explain me what is generating tables,listings and graphs from scratch.

Thanks in advance.

6 REPLIES 6
data_null__
Jade | Level 19

So what do you program now as a "Statistical SAS Programmer"?

From scratch is not very specific, but I believe it would involve writing at least one SAS program.

Sbase
Calcite | Level 5

thanks for your reply..what is actually mean writing sas programm from scratch.

Reeza
Super User

My wild and random guess because that is a very broad question.

SAS currently has two ways to develop programs - EG (Enterprise Guide) which is mostly point and click - similar to SPSS.

SAS BASE or FOUNDATION involves coding from 'scratch' like R or even Fortran or C++. You can access SAS BASE/FOUNDATION and write code through EG

BASE/FOUNDATION is very powerful in allowing to create tables/graphs automatically that are required for clinical trials. I automated the reporting for the CONSORT diagrams required for a clinical trial recently. 

Sbase
Calcite | Level 5

Thank you.

Astounding
PROC Star

Sometimes "from scratch" means that you write the program starting fresh.  The opposite would be copying an existing program, and making a few changes to it to make it applicable to your current data.

Sbase
Calcite | Level 5

Thanks for your answer.

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 6 replies
  • 1793 views
  • 6 likes
  • 4 in conversation