LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (June 2000)Back to main CICS-L pageJoin or leave CICS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 7 Jun 2000 15:01:02 -0400
Reply-To:     CICS List <CICS-L@LISTSERV.UGA.EDU>
Sender:       CICS List <CICS-L@LISTSERV.UGA.EDU>
From:         "Donald H. Blake" <Donald_H_Blake@KEYBANK.COM>
Subject:      Re: AW: Common Batch & CICS routines
Content-type: multipart/mixed;
              Boundary="0__=F9mnbfgRWuGvMNNEfJ03jHMdJcmttGcZRlwUPXJ5IfY5ODiPlibampOL"

Nope. Not true about the MQ Stub. There's one for CICS, and another for batch.

SchiradinR@alte-leipziger.de on 06/07/2000 02:48:27 PM

Please respond to CICS-L@listserv.uga.edu

To: CICS-L@listserv.uga.edu cc: Subject: AW: Common Batch & CICS routines


Hi,

if you compile your Cobol-programs with the compiler option WORD(CICS) and no EXEC CICS commands you can use them in both environment.

For DB2 you need to have to different load, because your need DSNALI/DSNELI/DSNRLI for batch and DSNCLI for CICS, but you can have the same source.

As far as I remember the MQ-stub is environment-indpendent.

If you need some CICS service you should look to find an alternate LE callable service in case of some EXEC CICS commnds (e.g. GETMAIN, ASKTIME/ABSTIME)

Roland

> -----Ursprüngliche Nachricht----- > Von: Theisen, Craig [SMTP:CTheisen@GUIDEMAIL.COM] > Gesendet am: Mittwoch, 7. Juni 2000 20:08 > An: CICS-L@LISTSERV.UGA.EDU > Betreff: Common Batch & CICS routines > > > We are on release 4.1 of CICS, and we are doing new development > on OS/390 in COBOL MVS where we want our objects to be re-usable between > CICS and Batch processes (executing the same load modules if possible). > Can anyone give me any techniques they use or reference manuals I can read > for good ways of doing this? > > I have thought about developing them as DB2 stored procedure > calls, > but I would think there should be an even less involved method than that. > Both of these platforms are legacy IBM so maybe they can share things in > current releases? We do have MQ if somehow that poses a solution? > > I hope this posting is not repetative, I am a new to this list > and > I have been away from CICS for a few years(since version 1.7). I > searched > the Listserver archives and the only info I found was from 1996 & 1997 so > I > am thinking there may be newer techniques. > > All ideas are appreciated > > Craig Theisen > GuideOne Insurance


Back to: Top of message | Previous page | Main CICS-L page