Chapter Contents

Previous

Next
Systems Programming with the SAS/C Compiler

Writing CICS User Exits

The sample source code issues several EXEC CICS commands:

If you want to write CICS exit programs in C, you must modify these commands. For example, in CICS/ESA, code the corresponding user exit programming interface (XPI) calls rather than issue EXEC CICS commands. You can modify L$UCENV to save the CRAB address in a global work area so that the C framework is only created when the program is first invoked; subsequent invocations restore the C framework.


Chapter Contents

Previous

Next

Top of Page

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