From 41cd324b51229f4e10b882fe03496a737712f89c Mon Sep 17 00:00:00 2001 From: yabwon Date: Thu, 7 May 2020 12:50:39 +0200 Subject: [PATCH] version 20200507 link to YT video added --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21e1562..794dffc 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The *purpose of a package* is to be a simple, and easy to access, code sharing m In this repository we are presenting a *standalone Base SAS framework* which allows to develop and use SAS packages. -General overview video: +**General overview video:** - SAS Global Forum 2020 V.E.: `https://www.youtube.com/watch?v=qCkb-bx0Dv8&t=0s` - Sasensei Internationa Dojo: `https://www.youtube.com/watch?v=BFhdUBQgjYQ&t=0s` @@ -24,6 +24,8 @@ filename packages ""; %helpPackage(packageName) /* to get help about package */ %loadPackage(packageName) /* to load package content */ ``` + **Workshop video for User: `https://youtu.be/qX_-HJ76g8Y`** + ### The Developer: To create your own package: - Read the `SAS(r) packages - the way to share (a how to)- Paper 4725-2020.pdf` to learn more.