Learn SAS

Learn about the latest tips, tutorials, upcoming events and certifications

Learn SAS | SAS Events
Piotr Borowik 0
SAS Forum 2016 – warsztaty z SAS

W kolejnym wpisie dotyczącym SAS Forum 2016 chciałbym pokazać trochę kuchni przygotowań do części technologicznej konferencji. Przez wiele lat organizowaliśmy sesję krótkich prezentacji narzędzi SAS, którą czasami tylko roboczo, a czasami oficjalnie, nazywaliśmy PowerPoint free. Podczas standardowych prezentacji na SAS Forum najczęściej pokazywaliśmy najnowsze wersje oprogramowania, nowe aplikacje albo ciekawe

Learn SAS
Samantha Rowland 0
How can I learn SAS?

What would come to mind if you were told that you have to attend a SAS training course? Perhaps, you have a vision of an instructor sitting at the front of a classroom, endlessly reading PowerPoint slides verbatim in a monotonous voice while you sit there baffled, wondering what is

Learn SAS | Programming Tips
小林 泉 0
Jupyter and SAS

Jupyter Notebookとは? Jupyter Notebookとは、ノートブック形式のインターフェースでコードの開発(記述や実行)ができるWebアプリケーションです。約50ほどの世の中のプログラミング言語に対応しています。 http://jupyter.org/ Jupyter and SASとは? Jupyterの環境に、オープンソースのSAS kernel for Jupyterを追加することで、Jupyter Notebook上でSAS言語を使用(シンタックスのハイライト、実行、ログの確認、アウトプットの表示)することが可能になります。 Jupyter Notebookでは、作業の内容は、ノートブック(*.ipynb)形式で保存されます。Jupyter Notebookでは、SASコードや実行結果だけでなく、リッチテキスト形式で文章を記載することが可能です。ノートブックはHTML形式や、PDF、あるいはSASコードとして出力することも可能です。 SAS 9.4とLinux環境があれば、ほとんどの方が導入・ご利用いただくことが可能です。 Jupyter Notebookを開くと、Notebookダッシュボードが表示されます。ここに、ノートブックや他のファイルの一覧が表示されます。     SAS University Editionでも使えますか? 2016の7月から、Jupyter NotebookとSAS Kernel for JupyterがSAS University EditionのvAppに含まれることになりました。従来、SAS University Editionのインターフェースは、SAS Studioのみでしたが、今後はJupyter Notebookもご利用いただくことが可能となります。 https://support.sas.com/software/products/university-edition/faq/jn_whatis.htm  

Learn SAS
Rick Wicklin 0
Break a sentence into words in SAS

Two of my favorite string-manipulation functions in the SAS DATA step are the COUNTW function and the SCAN function. The COUNTW function counts the number of words in a long string of text. Here "word" means a substring that is delimited by special characters, such as a space character, a

Learn SAS
Brenna 0
SAS Author Spotlight: Derek Morgan

SAS Author Derek Morgan is a programming rock star… in more ways than one. Not only has he been a professional SAS programmer in the pharmaceutical industry for almost 30 years and written two editions of The Essential Guide to SAS® Dates and Times, Derek also plays electric bass in

Learn SAS
Maggie Miller 0
Let’s celebrate 40 years of SAS users

Let’s go back to 1976 for a moment. Did you know that was the year Muhammad Ali introduced a line of beauty products called “Knock Out?” And the hottest merchandise, including t-shirts, posters and even beanbags sported the character Arthur Fonzarelli (The Fonz) of TV’s “Happy Days.” But there was something

Learn SAS
Rick Wicklin 0
The SELECT statement in the SAS DATA step

Every beginning SAS programmer learns the simple IF-THEN/ELSE statement for conditional processing in the SAS DATA step. The basic If-THEN statement handles two cases: if a condition is true, the program does one thing, otherwise the program does something else. Of course, you can handle more cases by using multiple

Learn SAS
Jane Eslinger 0
My one PROC REPORT wish

The one thing, above all others, that I wish PROC REPORT could do is know which observations from my data set that I want kept together on a single page of non-Listing output.  This is problematic for two reasons.  1. PROC REPORT cannot read my mind!  2. PROC REPORT does

Learn SAS
Rick Wicklin 0
Grids and linear subspaces

A grid is a set of evenly spaced points. You can use SAS to create a grid of points on an interval, in a rectangular region in the plane, or even in higher-dimensional regions like the parallelepiped shown at the left, which is generated by three vectors. You can use

Learn SAS
Rick Wicklin 0
Create a package in SAS/IML

In a previous post I showed how to download, install, and use packages in SAS/IML 14.1. SAS/IML packages incorporate source files, documentation, data sets, and sample programs into a ZIP file. The PACKAGE statement enables you to install, uninstall, and manage packages. You can load functions and data into your

1 27 28 29 30 31 47

Back to Top