* Cantinho Satkeys

Refresh History
  • FELISCUNHA: dgtgtr   49E09B4F  e bom fim de semana  4tj97u<z
    01 de Agosto de 2026, 12:21
  • JP: try65hytr A Todos  4tj97u<z 2dgh8i k7y8j0 yu7gh8
    31 de Julho de 2026, 05:35
  • j.s.: ghyt74 a todos
    30 de Julho de 2026, 09:51
  • FELISCUNHA: ghyt74  pessoal  49E09B4F
    29 de Julho de 2026, 10:49
  • JP: dgtgtr Pessoal  4tj97u<z 2dgh8i k7y8j0
    27 de Julho de 2026, 19:40
  • j.s.: tenham um excelente domingo  yu7gh8 yu7gh8
    26 de Julho de 2026, 11:29
  • j.s.: ghyt74 a todos  49E09B4F 49E09B4F
    26 de Julho de 2026, 11:28
  • FELISCUNHA: ghyt74  e bom fim de semana  4tj97u<z
    25 de Julho de 2026, 11:29
  • JP: try65hytr Pessoal  4tj97u<z 2dgh8i k7y8j0 classic
    24 de Julho de 2026, 04:53
  • j.s.: try65hytr a todos  49E09B4F
    22 de Julho de 2026, 21:03
  • JP: try65hytr Pessoal  4tj97u<z 2dgh8i k7y8j0 yu7gh8
    21 de Julho de 2026, 03:46
  • momo2free: dorcal
    19 de Julho de 2026, 18:10
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  k8h9m
    19 de Julho de 2026, 10:44
  • JP: try65hytr Pessoal  4tj97u<z  2dgh8i k7y8j0
    14 de Julho de 2026, 05:28
  • j.s.: ghyt74 a todos
    13 de Julho de 2026, 08:29
  • cereal killa: try65hytr pessoal  r4v8p 4tj97u<z
    08 de Julho de 2026, 22:21
  • JP: dgtgtr Pessoal 4tj97u<z 2dgh8i k7y8j0 r4v8p
    07 de Julho de 2026, 18:29
  • j.s.: tenham um bom domingo  4tj97u<z
    05 de Julho de 2026, 09:39
  • j.s.: ghyt74 a todos  49E09B4F
    05 de Julho de 2026, 09:38
  • JP: try65hytr Pessoal  4tj97u<z 2dgh8i k7y8j0 r4v8p xe4s
    03 de Julho de 2026, 04:43

Autor Tópico: The Complete SAS Programming reference  (Lida 319 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Online mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 134761
  • Karma: +0/-0
The Complete SAS Programming reference
« em: 03 de Agosto de 2021, 17:11 »

Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 6.60 GB | Duration: 15h 29m
SAS Programming from A to Z

What you'll learn
Learn the main components that make up SAS Programming language including DATA STEP, PROC STEPS, PROC SQL, and MACROS.
Every step will be covered to help you become fully functional including: reading from various sources, manipulating, reporting, and exporting
DATA STEP for manipulating data: concatenating, merging, subsetting/supersetting, variable assignment, conditional/Loops, Arrays
PROC STEPS: descriptive stats (PROC MEANS, PROC FREQ), reporting (PROC TABULATE), transposing data, formatting data, Importing/Exporting, inferential stats
Essential features of PROC SQL: Aggregate functions, Filtering, Joins, subqueries, Concatenating, similarities and differences with Oracle/MS SQL
How SAS processes data behind the scene: PROGRAM DATA VECTOR (PDV)
Essential elements of MACROS: the HOW and WHY of macros creation, the HOW and WHY of macros quoting

Description
In designing this course, we tried to incorporate the current state of affairs (--- in the INTERNET AGE---) when it comes to learning a programming language, where the sheer amount of resources

at our disposal can be both a curse and a blessing. This is no less true for SAS programming. There are more than enough resources for anyone embarking

on the goal of learning or upgrading their skills in SAS to rely on: (1) SAS particularly extensive documentation about all of their products, (2) the dynamically active community of programmers and users and their contributions; (3) the no less important arrays of courses (paid or not) offered, (4) and even the ability to learn from people next to us. We believe that none of these options is either the definitive solution, nor worthless.

However, for a learner, especially those with no prior knowledge about the programming, making the right choices can be both stressful and/or costly.

So we designed this course in a way to allow you to see the forest from steps/far away or from above so to help you build a contextual self-awareness before you step into it. Once, you have a sense of how your achievement will look like when you get there, we are convinced that (1) the journey will be less stressful, (2) any prior investment you have made or any investment you will make on that front will add value to this one. If you follow through our offer and give it a real try, many of the resources, you have found confusing before will likely start to sound valuable for you. In order to balance the need to help you get a complete picture of SAS programming and not make your journey endless, we put a serious emphasis on the WHY: why SAS does something the way it does; we go to the essential elements of each SAS component, so that you learn more than just the mechanics of making it work when you need it.

For example, in preparing the lesson about MACROS, we made sure to answer the following questions, among other things:

- Why do we need macros?

- how do we create macros (the different methods)

- why do we need different methods to create macros? how do the different methods compare?

- and when it comes to these tools, we let you know upfront that there are limitations (don't even know why we find the need to repeat this to you--- everybody knows that there is no such thing as a perfect/bugs free tool when it comes to POGRAMMING). So expect errors and work to fix them; any error you manage to fix yourself is one more stair on your stairways to professional experience. Don't be afraid of carefully reading your log, then your code again before you throw the towel; the most elementary errors (simple syntax errors, typos...) are the ones that will stick with you the longest in your journey. We highlighted some of those limitations (ex.: macro quoting).

At a high level, here is what we cover:

Part I: SAS Programming components

Lesson 1: DATA STEP

Lesson 2: PROC STEPS

Lesson 3: PROC SQL

Lesson 4: MACROS

******

Part II: SAS Programming Structure

Lesson 1: STEPS and STATEMENTS

Lesson 2: More on DATA STEP

******

Part III: Reading data into SAS

Lesson 1: Reading from various sources

Lesson 2: Reading using INPUT STYLES (raw data)

******

Part IV: SAS Program Data Vector (PDV)

Lesson: PDV

As you can see, we cover most SAS components/programming elements. For each lesson, we start with a few basic notions and expand in level of difficulty throughout the lesson.

Whether you intend to prepare SAS based certification (without going through the usual painful memorization exercise) or list this language on your resume, we are convinced that this course will helps you achieve your goals. A lot of practice exercises were included; they are targeted mostly at people who are acquiring this course with certification (base SAS) in mind.

Who this course is for:
Beginners who are looking for one-stop-shop source to help them navigate the often confusing resources available out there
Intermediates who have made some efforts in learning SAS programming, but who still often struggle making sense of many SAS notions
Individuals who want to list SAS on their resumes confidently

Screenshots


Download link:
Só visivel para registados e com resposta ao tópico.

Only visible to registered and with a reply to the topic.

Links are Interchangeable - No Password - Single Extraction