Chapter Contents |
Previous |
Next |
Developing Applications for Use with UNIX System Services OS/390 |
In
addition to this basic information, you should also
be familiar with shell scripts and the
make
utility if you are developing
applications under the USS shell.
Shell Scripts |
make Utility |
The USS make utility is used to
manage the software development process. It enables you to define a makefile that specifies the relationship between the various source
and object files used in your application. The makefile is then used by the
make
utility to remake the application as necessary to update the object files
after a source file is changed. See MVS/ESA OpenEdition MVS Advanced
Application Programming Tools (SC23-3017-01) from IBM for more information
about the
make
utility.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.