Re: Single Source CICS/Batch




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.

.



Relevant Pages

  • Single Source CICS/Batch
    ... running the load modulein Cics and Batch environment (on Z/OS) ... Willy Vanroy ...
    (comp.lang.cobol)
  • Re: Single Source CICS/Batch
    ... running the load modulein Cics and Batch environment (on Z/OS) ... I believe that some participants in this newsgroup might have, ...
    (comp.lang.cobol)
  • Re: Single Source CICS/Batch
    ... I want to write the code once (eg batch version), ... 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 ... Willy Vanroy ...
    (comp.lang.cobol)