Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Web Technologies
40.2k+ articles
DSA
22.3k+ articles
Python
20.1k+ articles
Experiences
17k+ articles
Interview Experiences
13.6k+ articles
School Learning
11.6k+ articles
JavaScript
11.5k+ articles
Java
10.2k+ articles
Mathematical
7.7k+ articles
Programming Language
420+ articles
SAS Programming
17 posts
Popular Articles
Recent Articles
SAS : How to Display Current Date?
Last Updated: 30 July 2019
The today() function of SAS programming is basically used to generate current date. The format() function is used to display the format of t
...read more
Programming Language
SAS Programming
SAS | Delete Empty Rows
Last Updated: 30 July 2019
Generally, when we import data from external sources such as Excel/CSV files, it loads additional rows that are totally blank. Sometimes emp
...read more
Programming Language
SAS Programming
SAS | COALESCE Function with Examples
Last Updated: 30 July 2019
The COALESCE function is employed to pick the first non-missing value in a list of variables. In other words, it returns the first non-blank
...read more
Programming Language
SAS Programming
Similar Topics
Web Technologies
40.2k+ articles
DSA
22.3k+ articles
Python
20.1k+ articles
Experiences
17k+ articles
Interview Experiences
13.6k+ articles
School Learning
11.6k+ articles
JavaScript
11.5k+ articles
Java
10.2k+ articles
Mathematical
7.7k+ articles
Programming Language
420+ articles
SAS | COMPRESS Function with Examples
Last Updated: 29 July 2019
COMPRESS function is basically used to compress/removes all the spaces/blanks in a character string. In other words, it removes leading, bet
...read more
Programming Language
SAS Programming
SAS | Date Formats and Informats
Last Updated: 30 July 2019
Informats is used to tell SAS how to read a variable whereas Formats is used to tell SAS how to display or write values of a variable.Inform
...read more
Programming Language
SAS Programming
Where Statement in SAS Programming
Last Updated: 23 July 2019
The WHERE statement is a substitute to IF statement when it comes to subsetting a data set.Syntax:WHERE (condition is true) = It refers to s
...read more
Programming Language
SAS Programming
How to import data into SAS?
Last Updated: 23 July 2019
Entering Data Directly: You can enter numbers of lines of data directly in SAS program by using a DATALINES statement.The keywords are a
...read more
Programming Language
SAS Programming
If-Then-Else statement in SAS Programming
Last Updated: 23 July 2019
Comparison Operators used while using conditional statements. Symbol Mnemonic Meaning = EQ equals ^= or ~= NE not equal GT great
...read more
Programming Language
SAS Programming
How to drop variables from a dataset in SAS Programming?
Last Updated: 23 July 2019
This topic is regarding how to drop variables from a dataset in SAS. It includes various methods to delete variables from data. In SAS, ther
...read more
Programming Language
SAS Programming
Like Operator in SAS Programming
Last Updated: 23 July 2019
LIKE Operator: Pattern MatchingThe LIKE operator used to select data by comparing the values of a character variable to a specified pattern.
...read more
Programming Language
SAS Programming
IS MISSING and IS NOT MISSING Operators in SAS Programming
Last Updated: 23 July 2019
IS MISSING Operator: Selecting Missing ValuesTask 1: Suppose you want to select only those observations in which students did not fill t
...read more
Programming Language
SAS Programming
How to import External Data from Excel or Text file into SAS Programming?
Last Updated: 14 December 2021
PROC IMPORT: It is a procedure to import external files into SAS. It automates importing process. There is no need to specify the variable t
...read more
Programming Language
SAS Programming
Contains and Between-And operators in SAS Programming
Last Updated: 23 July 2019
BETWEEN-AND Operator: Between Two NumbersTask 1: Suppose you want to select scores whose values are greater than or equal to 50 and less
...read more
Programming Language
SAS Programming
How to Create or Modify a Variable in SAS Programming?
Last Updated: 23 July 2019
This will help you to create or modify a variable. It is common to define a new variable based on the existing variable. Let's create a data
...read more
Programming Language
SAS Programming
SAS | How to read character using Ampersand(&)
Last Updated: 23 July 2019
We can use ampersand () to notify SAS to read the variable until there are two or more spaces encounter as a delimiter. This technique is al
...read more
Programming Language
SAS Programming
1
2
>>
Last
1
2
>>
Last
1
2
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !