![]() Chapter Contents |
![]() Previous |
![]() Next |
| Tutorial: Creating a Simple Transaction |
CICS sees the example program as follows:
DEFINE TRANSACTION(SASC) GROUP(your-group-name)
DESCRIPTION(SAS/C Example transaction)
PROGRAM(SASCSAMP)
DEFINE PROGRAM(SASCSAMP) GROUP(your-group-name)
DESCRIPTION(SAS/C Example Program)
LANGUAGE(ASSEMBLER)
SAS/C application programs are defined as assembler language programs to CICS.
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.