Skip to content

cicsdev/cics-glue-xfcreq-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cics-glue-xfcreq-sample

Sample CICS file control EXEC interface API exit XFCREQ

This sample exit has been created to demonstrate how a CICS filename passed to CICS by an application program can be redirected to a different filename at the XFCREQ global user exit (GLUE) point. The exit uses fields in the Global Work Area (GWA) to indicate which files should be changed and how. This allows multiple tasks to be consistent in which files should be used at any one time. Further details on the design of the exit are included in the documentation.pdf.

In addition to the assembler exit SMPFCREQ, there is a sample COBOL program called EXITMAIN which has been written to demonstrate:

  • Enabling the exit with a GWA
  • Initialising the GWA and starting the exit
  • Disabling and stopping the exit
  • Show status of a key field in the GWA
  • Update the key field in the GWA

Contents of the repository

For more details on use case, solution and workings of this sample please see the documentation.pdf

About

Sample CICS file control EXEC interface API exit XFCREQ

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors