Micro FocusĀ Enterprise DeveloperĀ 2.3 for Visual Studio 2015
>
Programming
>
Mainframe Programming
>
JCL Support
>
Submitting JCL from CICS
>
Submitting JCL via SSTM and the CICS Spooling Facility
Submitting JCL via SSTM and the CICS Spooling Facility
If you want to use the CICS spooling facility to submit JCL, you need to activate SSTM for your Enterprise Server.
To submit JCL via SSTM and the CICS Spooling Facility, you need to:
Activate SSTM for your Enterprise Server region
by setting an environment variable and providing some JCL to initialize the SSTM environment.
Create a CICS application
that uses the CICS spool facility.
Create a TN3270 Listener
to allow you to invoke the transaction on the CICS region.
Run the Application
to submit the JCL via SSTM and use the CICS spooling facility.
Parent topic:
Invoking JCL from CICS
Previous topic:
Submitting JCL via the Internal Reader