Search found 3 matches

by jackie
Fri Jul 27, 2007 3:16 pm
Forum: CICS
Topic: Commit both in DB2 and MQ
Replies: 3
Views: 17008

is mq part of websphere?
what os? os390 or z/os
what cics?
do you have RRS?
mq is part of websphere
z/os
cics - one of the last versions of cics
what is it - RRS ?
by jackie
Fri Jul 27, 2007 10:36 am
Forum: CICS
Topic: Commit both in DB2 and MQ
Replies: 3
Views: 17008

Commit both in DB2 and MQ

Hi, In our cics program we read db2 table, take the apropriate rows and send them using MQ. After sending we mark (update) a row with status of "sent". The question is, how it is possible to make a commit in both MQ and DB2 systems simultaneously in cics? Is cics command 'exec cics syncpoint' is the...
by jackie
Fri Dec 29, 2006 5:51 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Iebgener or Syncsort
Replies: 1
Views: 8476

Iebgener or Syncsort

Hi to all I'll describe my situation first: I work batch. Every night I get a file that copied from some open enviroment server to MF. The file is sequential and of variable length(VB). The LRECL is every time different, with maximum of 400. The COBOL program that processes the file gets the fixed l...