BookmarkSubscribeRSS Feed
sushil540
Calcite | Level 5

Hello,

 

I am trying to extract Characters (Major) from a Field (Acadmic Program)

Example Below is Acadmic_Program that has Major and Degree. I am tryint to create a computed column in SAS enterprise Guide

to extract the Majors.

ENGL.AA

MATH.AS

PSY.AAS

 

For no i used Substring function (SUBSTR(t1.ACAD_PROGRAM,1,4) but it extracts first 4 characters and gives following output

ENGL

MATH

PSY.

 

How do i elimate the Period. I tried find function like in excel but it doesnt seem to work the same way

My output should be

ENGL

MATH

PSY

 

 

Any help is greatly appreciated.

 

Thank you

 

 

3 REPLIES 3
Miracle
Barite | Level 11
I don't use EG and I wonder if major=scan(Acadmic_Program,1); will work in EG.
TomKari
Onyx | Level 15

Yes, you can use that function in EG.

 

The method is to use the query builder, and create a new advanced expression. You can then put the function into the expression.

sushil540
Calcite | Level 5

Thank you. It worked

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 3 replies
  • 1620 views
  • 1 like
  • 3 in conversation