Skip to content
Developer Blog
Tips and Tricks for Programmers
  • Python
    • Django
    • Flask
    • iPython
  • Java
    • Java
    • Groovy
    • Maven
    • Spring Boot
  • Javascript
    • Protractor
    • NestJS
    • rxjs
    • D3.js
    • p5.js
  • Mobile
    • Swift
    • Ionic
      • Ionic
      • Ionic 4
      • Ionic 3
      • matter.js
    • Capacitor
    • Angular
      • AngularJS
    • Flutter
  • Data Science
    • Azure
      • Databricks
      • PySpark
      • Power BI
        • Power Query
    • SAS
    • Jupyter
  • CI/CD
    • Jenkins
    • Docker
  • Datenschutz
  • Cookbook
  • Search
Developer Blog
  • Search
  • Python
    • Django
    • Flask
    • iPython
  • Java
    • Java
    • Groovy
    • Maven
    • Spring Boot
  • Javascript
    • Protractor
    • NestJS
    • rxjs
    • D3.js
    • p5.js
  • Mobile
    • Swift
    • Ionic
      • Ionic
      • Ionic 4
      • Ionic 3
      • matter.js
    • Capacitor
    • Angular
      • AngularJS
    • Flutter
  • Data Science
    • Azure
      • Databricks
      • PySpark
      • Power BI
        • Power Query
    • SAS
    • Jupyter
  • CI/CD
    • Jenkins
    • Docker
  • Datenschutz
  • Cookbook
Home » Cookbook » SAS | Cookbook
Cookbook SAS

SAS | Cookbook

by Ralph|Published 16. May 2019

Inhaltsverzeichnis

  • Handling data
    • Split fields
  • Data Cleaning
    • Filter out by value of an entry

Handling data

Split fields

%let _TMPLIB=%scan(&_TMPDSN., 1, '.');
%let _TMPTAB=%scan(&_TMPDSN., 2, '.');

Data Cleaning

Filter out by value of an entry

if prxmatch('/^(TST|TEST|ek-test-)/', USERNAME) then
   output &_TSTDSN.;            
else
   output &_OUTDSN.;

You may also like

Published 18. June 2019

Jekyll | Cookbook

Working with Arrays Define the array Access the array Liquid Links https://github.com/Shopify/liquid/wiki/Liquid-for-Designers#optional-arguments Code Snippets for-loop-sorted-collection Code Snippets and recieps

Published 11. January 2021

Django | Cookbook

First steps The following steps are based on a summary of the Django Tutorial Create project Create view Create view in app_base/views.py […]

Published 23. December 2019

ClojureScript | Cookbook

UI: Common tasks Loading spinner index.html lib/css/style.css Rendering How to render content Render several html tags as one

Published 18. June 2019

Go | Cookbook

Tutorial Building a Simple CLI Tool with Golang Links https://golang.org/ https://blog.golang.org/ https://gobyexample.com

Post navigation

  • Previous post Linux | Cookbook
  • Back to post list
  • Next post Ionic | Advanced Know-How

© 2021 Developer Blog – All rights reserved

Powered by WP – Designed with the Customizr theme

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish.

Diese Website verwendet Cookies, um Ihre Erfahrung zu verbessern. Wir gehen davon aus, dass Sie damit einverstanden sind, Sie können sich jedoch abmelden, wenn Sie dies wünschen.
Cookie settings | EinstellungenACCEPT
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled

Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.

Non-necessary

Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.