cics and batch

From: Janek (neuros_at_polbox.com)
Date: 09/27/04


Date: Mon, 27 Sep 2004 15:39:07 +0200

Hi,

I have a cics program called ex. progcics.
I want to call it in batch program.

in batch program:
call "progcics" ommited struct

When progcics doesnt use db2 its ok.
When progcics uses db2 I have dump :
CEE3201S The system detected an operation exception (System Completion
Code=0C1).

Is it possible to use the same program (when uses db2) in cics and batch?