Re: Single Source CICS/Batch
- From: "Robert Jones" <rjones0@xxxxxxxxxxx>
- Date: 29 Oct 2006 02:41:36 -0800
Vanroy - Cleymans wrote:
Does anybody has experience with writung the Cobol source code once and
running the load module(s) in Cics and Batch environment (on Z/OS)
thanks,
Willy Vanroy
Assuming your programs are not interactive, needing screen i/o, and you
don't mean subroutines, you could consider just running programs as
CICS transactions with START when the online environment is running and
setting up an indivdual CICS session via JCL for your batch task when
it isn't. There may even be some sophisticated scheduling mechanisms
for when the online environment is running. Thinking about it a bit
more, if you were to invoke a batch CICS session via JCL, you would
probably still want/need to use START within it to allow multiple
programs to be executed in sequence or together without having to load
and unload CICS multiple times.
Any one else got any thoughts, as I am not very familiar with this,
though I know something like it can be done.
Robert
.
- Follow-Ups:
- Re: Single Source CICS/Batch
- From: William M. Klein
- Re: Single Source CICS/Batch
- References:
- Single Source CICS/Batch
- From: Vanroy - Cleymans
- Single Source CICS/Batch
- Prev by Date: Re: advice on books to learn cobol
- Next by Date: Re: advice on books to learn cobol
- Previous by thread: Re: Single Source CICS/Batch
- Next by thread: Re: Single Source CICS/Batch
- Index(es):
Relevant Pages
|