Author's posts
Dec 15
Program A1.5
/***********************************************************************************
* This program is taken from the following book. If using please cite it as: *
* Emrouznejad, A. and W. Ho (2012). Applied Operations Research with SAS, *
* CRC Press: Taylor Francis Ltd, ISBN: 9781439841303. *
* For details please visit: http://www.sas-or.com. *
************************************************************************************/
* Program A1.4: An example of PROC EXPORT
* Export Data from SAS to Other Formats;
proc export
data = mydata
outfile = ’c:/sasor/mydatout.txt’
dbms = dlm
replace;
delimiter = ’,’;
run;
/****************************************************************************
******************************END of the program*****************************
****************************************************************************/
Permanent link to this article: http://sas-or.com/book/program-a1-5
Nov 10
Applied Operational Research with SAS
![]() |
Applied Operational Research with SAS Ali Emrouznejad & William Ho, Aston Business School, Birmingham, UK ISBN: 9781439841303 ISBN 10: 1439841306 Publication Date: December 07, 2011 Number of Pages: 284 Binding(s): HardbackOrder from publisher CRC Press Order from Amazon.co.uk (in Pound sterling) Order from Amazon.com (in US dollars) Order from Amazon.de (in Euro) Order from waterstones |
Features |
|
Summary |
Using a wide range of operational research (OR) optimization examples, Applied Operational Research with SAS demonstrates how the OR procedures in SAS work. The book is one of the first to extensively cover the application of SAS procedures to OR problems, such as single criterion optimization, project management decisions, printed circuit board assembly, and multiple criteria decision making.
The text begins with the algorithms and methods for linear programming, integer linear programming, and goal programming models. It then describes the principles of several OR procedures in SAS. Subsequent chapters explain how to use these procedures to solve various types of OR problems. Each of these chapters describes the concept of an OR problem, presents an example of the problem, and discusses the specific procedure and its macros for the optimal solution of the problem. The macros include data handling, model building, and report writing. While primarily designed for SAS users in OR and marketing analytics, the book can also be used by readers interested in mathematical modeling techniques. By formulating the OR problems as mathematical models, the authors show how SAS can solve a variety of optimization problems. |
Table of Contents |
Operational Research, Algorithms, and Methods
Transportation Models
Network Models
Project Scheduling
Layout Decision
Traveling Salesman Problem
Printed Circuit Board Production Planning
Multiple-Criteria Decision Making
Decision Making and Efficiency Measurement
Appendices References Index |
Author Bio(s) |
|
Permanent link to this article: http://sas-or.com/book/applied-operational-research-with-sas
Nov 09
Chapter 1: Operational Research, Algorithms, and Methods
- Linear Programming
- Integer Linear Programming
- Goal Programming
- SAS for Operational Research
- SAS/OR®
- Example of Using PROC OPTMODEL
- Other Procedure in SAS/OR®
- List of Programs in this chapter
Chapter 1 - Programs
Permanent link to this article: http://sas-or.com/book/applied-operational-research-with-sas-2
Nov 08
Chapter 2: Transportation Models
- Transportation Problem
- Assignment Problem
- Transshipment Problem
Chapter 2 - Programs
Permanent link to this article: http://sas-or.com/book/chapter-2-transportation-models
Nov 07
Chapter 3: Network Models
- Minimum-Cost Capacitated Flow Problem
- Maximum Flow Problem
- Shortest Path Problem
Chapter 3 - Programs
Permanent link to this article: http://sas-or.com/book/chapter-3-network-models
Nov 06
Chapter 4: Project Scheduling
- Critical Path Analysis
- Program Evaluation and Review Technique (PERT)
Chapter 4 - Programs
Permanent link to this article: http://sas-or.com/book/chapter-4-project-scheduling
Permanent link to this article: http://sas-or.com/book/chapter-5-layout-decision
Permanent link to this article: http://sas-or.com/book/chapter-6-traveling-salesman-problem
Nov 03
Chapter 7: Printed Circuit Board Production Planning
- Printed Circuit Boards (PCB) Assembly Line Assignment Problem
- PCB Component Allocation Problem
- PCB Component-Sequencing Problem for PAP Machines
Chapter 7 - Programs
Permanent link to this article: http://sas-or.com/book/chapter-7-printed-circuit-board-production-planning
Nov 02
Chapter 8: Multiple-Criteria Decision Making
- Multiple-Criteria Logistics Distribution Problem: Phase 1 (Analytic Hierarchy Process – AHP)
- Multiple-Criteria Logistics Distribution Problem: Phase 2 (Goal Programming – GP)
Chapter 8 - Programs
Permanent link to this article: http://sas-or.com/book/chapter-8-multiple-criteria-decision-making
Nov 01
Chapter 9: Decision Making and Efficiency Measurement
- Ordered Weighted Averaging (OWA) Operators and Preference Ranking
- Efficiency Measurement Using Data Envelopment Analysis (DEA)
- Productivity Measurement Using Malmquist Index
Chapter 9 – Programs
Permanent link to this article: http://sas-or.com/book/chapter-9-decision-making-and-efficiency-measurement