PDF4PRO ⚡AMP

Modern search engine that looking for books and documents around the web

Example: confidence

Using Arrays in SAS Programming

Back to document page

Using Arrays in SAS Programming Technical Paper i Using Arrays in SAS Programming Table of Contents Overview ........................................ ........................................ ........................................ . 1 Basic Syntax of the ARRAY 1 Basic Array Example: Calculating Net Income ........................................ .................. 2 Using Arrays with Functions and Operators ........................................ ...................... 4 Common Tasks and Examples Using Arrays .

do i=1 to 12; net_inc[i]=revenue[i]-exp[i]; end; The purpose of the DO group is to access each of the 12 elements in the arrays. In this DO group, the iteration value 1 is the START argument, whereas 12 is the STOP argument. With this method, you must change the STOP argument in your DO group whenever the number of elements in the array changes.

  Your, Do your

Download Using Arrays in SAS Programming


Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Spam in document Broken preview Other abuse

Related search queries