Chapter Contents

Previous

Next
Using the SAS/C C++ Development System under TSO, CMS, OS/390 Batch, and UNIX System Services

Introduction

This chapter explains how to use the translator, the SAS/C Compiler, the COOL object code preprocessor, and a number of operating system utilities to create and run C++ programs. Each section contains operating environment specifics that you need to know when you are developing and running your programs under TSO, CMS, OS/390 Batch, and UNIX System Services (USS).

However, you can develop a C++ program in one of these environments and use it in another. In this case, you will need to read all of the appropriate sections. For example, it is very common to develop a program using OS/390 cataloged procedures, but run the finished program only as a TSO command. In this case, you should read about running the translator, compiler, and linker in Creating C++ Programs under OS/390 Batch and about running the programs in Creating C++ Programs under TSO.


Chapter Contents

Previous

Next

Top of Page

Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.