Chapter Contents |
Previous |
Next |
Using the SAS/C CICS Command Preprocessor |
This chapter describes how to use the
ccp
command to request CICS services by placing CICS commands anywhere within
your C or C++ source code. The
ccp
command translates the CICS commands
into appropriate function calls for communication with CICS. By default, the
name of the output file will be generated from the input name, with a .c suffix,
unless the
-o
option is used.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.