Chapter Contents |
Previous |
Next |
Systems Programming with the SAS/C Compiler |
You can use EXEC CICS commands
in SPE applications written in C in exactly the same way as with the full
library. Refer to Chapter 2, "The SAS/C CICS
Command Preprocessor," in the
SAS/C CICS User's Guide for details on using the SAS/C CICS
command preprocessor. The use of the EXEC CICS RETURN or EXEC CICS XCTL command
in an SPE application terminates the C environment before execution of the
command. Registered
atexit
routines are also called before execution
of the command.
_eibptr
global variable is set in L$UMAIN to point
to the EXEC Interface Block. The global externs
_commptr
and
_dibptr
are not initialized
by any SPE code. No DL/I initialization call is performed.
L Rx,CRABEIS USING DFHEISTG,Rx EXEC CICS ....
COPY DSA DFHEIPL DS 20F DSALEN EQU *-DSA
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.