home 
 
 
 
nlfr
 
Home
About ABIS
Services
Courses
Resources
Contact
MyABIS
All CoursesbalkjeGeneral » Introduction to HW & SW » TracksOperating systems » MVS - z/OS » UNIX - Linux - AIX » VMwareDatabases, transaction systems and middleware » DB2 for z/OS » DB2 UDB for Linux, UNIX and Windows » Oracle » SQL Server » MySQL » IMS » CICS » WebSphere MQ » WebSphere Application Server » Business intelligence and data warehouseApplication development » Methods and techniques » TOGAF » PRINCE2 » Programming languages » Internet development » Object Oriented systems » Java » IBM development tools » SAS » XML » SOA & web servicesSystems management » ITILbalkjePractical informationRegistration 
SAS programming part 3: macro essentials

Intended for

Analysts, programmers, people responsible for support as well as experienced SAS users. This course is designed for both PC and mainframe users. Although "SAS on mainframe" is used in the labs, "SAS on Windows" is available for those delegates that never work in a mainframe terminal session. The statements and commands, as well as the context discussed are the same on all platforms.

Background

Participants should have followed the course SAS programming part 1: fundamentals or should have equivalent experience. Some practical SAS programming experience is a must.

Training method

Classroom instruction by means of demonstrations on terminal and exercises.

Course leader

Koen De Backer, Sandy Schillebeeckx.

Duration

1 day.

Schedule

datelanguageplacepriceremarks
11/06/2012 Leuven470 EUR
Legend
  • You can enrol by clicking on the dates in the calendar.
  • N: Dutch; F: French; E: English; No code: language depends on the participants.
  • All prices are VAT excluded.
  • Countries:
    Belgium 
    Netherlands 
    Elsewhere 

Objectives

This course is designed for experienced SAS users and for those who have already taken the SAS fundamentals course and who want to study in detail some SAS programming aspects. The SAS Macro language allows you to build reusable SAS programme modules. These topics will be discussed:

  • the position of the 'Macro facility' in the SAS environment;
  • the basic elements of the Macro language;
  • the integration of Macro structures in the 'SAS Base' programming language;
  • how to add the Macro logic to the 'step' reasoning of the SAS compiler.

At the end of this course, participants will have extended their SAS programming slkills considerably..

Main topics

  • macro concept - principles, macro compiler, programme flow library structures
  • conditional and standard execution of macros
  • debugging, autocall and macro library structures
  • 'quoting' techniques for the use of special characters
  • macro integration in the classic SAS programmes (Data Step - Proc Step)
  • indirect variable references (Proc Step)
  • implementation of macros in order to extend the SAS language (functions, statements)
  • SAS Macro programming:
  • calculations
  • integration of functions and routines
  • manipulation of variables, local and global
  • conditional and iterative programme logic
  • debugging/troubleshooting