Media Summary: This video is very important for freshers. Task : How to find the last 4 character in SAS? Hello everyone welcome back to my channel in this video i'm going to talk about For the best experience, please watch on full screen mode, at high resolution. Example Code From Video: data test1; set test; MI1聽...

Substr And Scan Function In - Detailed Analysis & Overview

This video is very important for freshers. Task : How to find the last 4 character in SAS? Hello everyone welcome back to my channel in this video i'm going to talk about For the best experience, please watch on full screen mode, at high resolution. Example Code From Video: data test1; set test; MI1聽... The video is from our premium course: SAS BASE certification prep courses for SAS Beginners (Part 1 and 2) --- The Complete聽... This video explains you how you can extract a part of the given string and also how you can change the case of a string in SAS. In this presentation, we will look at the MACRO

Welcome to the 14th video in the SAS From Scratch series, part B! Due to the density of information in Chapter 14, I've decided to聽...

Photo Gallery

SUBSTR AND SCAN FUNCTION IN SAS || TYPES OF SUBSTR || INTERVIEW QUESTIONS
Scan Function in SAS.
Interview question on Substr in SAS.
SUBSTR IN SQL WITH EXAMPLES | MASTER IN SQL
SAS Character Functions Made Easy: SUBSTR & SCAN with Domain Examples
How to Scan SAS Variable Observations with SCAN and SUBSTR
Substr function in SAS.
SAS Substr From Right and Left Application Tutorial
SAS BASE certification prep course  for SAS Beginners: SUBSTR function
SAS-Data-17-Functions-SubStr
SAS CHARACTER FUNCTIONS - 4 | SUBSTR, LOWCASE, UPCASE and PROPCASE in SAS | EXCEL MID VS SAS SUBSTR
SAS Certification Part  9 Scan Substr
Sponsored
Sponsored
View Detailed Profile
SUBSTR AND SCAN FUNCTION IN SAS || TYPES OF SUBSTR || INTERVIEW QUESTIONS

SUBSTR AND SCAN FUNCTION IN SAS || TYPES OF SUBSTR || INTERVIEW QUESTIONS

in this video, I have covered

Scan Function in SAS.

Scan Function in SAS.

Frequently used

Sponsored
Interview question on Substr in SAS.

Interview question on Substr in SAS.

This video is very important for freshers. Task : How to find the last 4 character in SAS?

SUBSTR IN SQL WITH EXAMPLES | MASTER IN SQL

SUBSTR IN SQL WITH EXAMPLES | MASTER IN SQL

Hello everyone welcome back to my channel in this video i'm going to talk about

SAS Character Functions Made Easy: SUBSTR & SCAN with Domain Examples

SAS Character Functions Made Easy: SUBSTR & SCAN with Domain Examples

basesas #advancesas #characterfunctions #sastraining #sasfunctions #

Sponsored
How to Scan SAS Variable Observations with SCAN and SUBSTR

How to Scan SAS Variable Observations with SCAN and SUBSTR

For the best experience, please watch on full screen mode, at high resolution. Example Code From Video: data test1; set test; MI1聽...

Substr function in SAS.

Substr function in SAS.

SUBSTR

SAS Substr From Right and Left Application Tutorial

SAS Substr From Right and Left Application Tutorial

This SAS

SAS BASE certification prep course  for SAS Beginners: SUBSTR function

SAS BASE certification prep course for SAS Beginners: SUBSTR function

The video is from our premium course: SAS BASE certification prep courses for SAS Beginners (Part 1 and 2) --- The Complete聽...

SAS-Data-17-Functions-SubStr

SAS-Data-17-Functions-SubStr

SAS-Data-17-Functions-SubStr

SAS CHARACTER FUNCTIONS - 4 | SUBSTR, LOWCASE, UPCASE and PROPCASE in SAS | EXCEL MID VS SAS SUBSTR

SAS CHARACTER FUNCTIONS - 4 | SUBSTR, LOWCASE, UPCASE and PROPCASE in SAS | EXCEL MID VS SAS SUBSTR

This video explains you how you can extract a part of the given string and also how you can change the case of a string in SAS.

SAS Certification Part  9 Scan Substr

SAS Certification Part 9 Scan Substr

SAS Certification Part 9

Understanding SCAN( ) Function in SAS I Interview Question

Understanding SCAN( ) Function in SAS I Interview Question

The

Using the %SCAN Function

Using the %SCAN Function

In this presentation, we will look at the MACRO

Macro Functions in sas|%eval,%syseval,%symdel,%sysfunc,%substr,%scan,%index,%length,%upcase,%lowcase

Macro Functions in sas|%eval,%syseval,%symdel,%sysfunc,%substr,%scan,%index,%length,%upcase,%lowcase

Macro

SCAN Function in Excel (One of the Hardest to Learn)

SCAN Function in Excel (One of the Hardest to Learn)

SCAN Function

substr function and upcase, lowcase, propcase function in sas

substr function and upcase, lowcase, propcase function in sas

char

SAS Substr Command

SAS Substr Command

SAS

SAS From Scratch - Episode 14b - The one with the String Functions

SAS From Scratch - Episode 14b - The one with the String Functions

Welcome to the 14th video in the SAS From Scratch series, part B! Due to the density of information in Chapter 14, I've decided to聽...

Related Video Content

String.prototype.substr () - JavaScript - MDN information

Aug 19, 2025聽路 The substr () method of String values returns a portion of this string, starting at the specified...

JavaScript String substr () Method - W3Schools information

The substr() method extracts a part of a string. The substr() method begins at a specified position, and returns a...

substr () in C++ - GeeksforGeeks information

Sep 19, 2025聽路 In C++, the string substr () function is used to extract a substring from the given string. It...

std::basic_string<CharT,Traits,Allocator>::substr - cppreference.com information

If the requested substring extends past the end of the string, i.e. the count is greater than size() - pos (e.g. if...

PHP: substr - Manual information

Aug 4, 2022聽路 Example #5 Invalid Character Range If an invalid character range is requested, substr () returns an...