Re: Single Source CICS/Batch
- From: "Vanroy - Cleymans" <vanroy@xxxxxxxxxx>
- Date: Sat, 28 Oct 2006 13:57:31 GMT
I want to write the code (business logic) once (eg batch version), generate
the other version (cics version) and have the two sources compiled.
The first load module will be used in batch, the second load module will be
used in Cics.
I'm talking about routines, no main programs.
"Alistair" <alistair@xxxxxxxxxxxxxxxxxxxxx> schreef in bericht
news:1162042071.074531.138270@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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
I don't believe that it would be possible to do that (unless you mean
by using Xpeditor, the interactive debugger). CICS/Cobol programs
require CICS to be up and running when the program runs (because the
program is run under CICS and makes calls to CICS). A routine may be
written and compiled (eg for date validation) to run under batch and
CICS if called from a correctly compiled program.
.
- References:
- Single Source CICS/Batch
- From: Vanroy - Cleymans
- Re: Single Source CICS/Batch
- From: Alistair
- Single Source CICS/Batch
- Prev by Date: Re: Single Source CICS/Batch
- Next by Date: Re: Development and offshoring was Re: IBM file status 97 (was: Prodcuing an output file onlyonFriday?
- Previous by thread: Re: Single Source CICS/Batch
- Next by thread: Re: Single Source CICS/Batch
- Index(es):
Relevant Pages
|