Thanks all of you for your useful comments and time. The problem is solved now.
We can close this issue here. With Best Wishes On 1 April 2010 00:21, jaro <[email protected]> wrote: > with the transaction management it is different. in the COB or service > oriented process the main control process (BATCH.JOB.CONTROL) handle > the transaction boundary, e.g. start and end. The journal update > should has no meaning in this case, only usefull for online > transactions. > > Long time back I asket the author of this request to check the > corresponding output in &COMO&, JOB.TIMES and EB.EOD.ERROR. At least > we should be able to confirm whether the COB tried to call the > particular job and the problem is within the program, or is not called > at all and the problem is related to setup only. without this it's > just an academic debate. > > On Mar 29, 8:33 pm, gowtham natarjan <[email protected]> wrote: > > Guys, > > > > F.WRITE writes to a FWC array and unless a commit is issued for a > > transaction it will not flush it to the disk. > > > > The Journal.update is an equivalent of commit operation in oracle. > > > > Thats y when a main line program is executed and if u are using F.WRITE > then > > u need to call a jounal.update. TRANS END happens only in journal update > > and thats where the boundary of a transaction ends. > > > > G > > > > On Mon, Mar 29, 2010 at 4:41 PM, Talha Naushahi < > [email protected]>wrote: > > > > > > > > > hi deepak, > > > > > what i have understood is that F.WRITE wirte the data in cache and when > the > > > transaction is complete it then writes to the table in the end. > > > Although WRITE directly writes to the table. And i think thts why when > we > > > use JOURNAL.UPDATE with F.WRITE it works cause JOURNAL.UPDATE seems to > > > update table from cache. My experience is tht main line routines using > > > F.WRITE does not updates tables neither do OFS.POST.MESSAGE works > unless > > > JOURNAL.UPDATE is used. > > > > > kindly correct my concept if im wrong too :D. > > > > > regards, > > > Talha > > > > > On Wed, Mar 24, 2010 at 1:30 PM, Deepak Kumar <[email protected] > >wrote: > > > > >> Hi, > > > > >> I also faced a same kind of situation where F.WRITE failed. But when I > use > > >> WRITE it worked. Can anyone explain me the reason behind this.. > > >> -- > > >> Deepak Kumar > > > > >> -- > > >> Please read the posting guidelines at: > > >>http://groups.google.com/group/jBASE/web/Posting%20Guidelines > > > > >> IMPORTANT: Type T24: at the start of the subject line for questions > > >> specific to Globus/T24 > > > > >> To post, send email to [email protected] > > >> To unsubscribe, send email to [email protected] > > >> For more options, visit this group at > > >>http://groups.google.com/group/jBASE?hl=en > > > > >> To unsubscribe from this group, send email to jbase+ > > >> unsubscribegooglegroups.com or reply to this email with the words > "REMOVE > > >> ME" as the subject. > > > > > -- > > > Please read the posting guidelines at: > > >http://groups.google.com/group/jBASE/web/Posting%20Guidelines > > > > > IMPORTANT: Type T24: at the start of the subject line for questions > > > specific to Globus/T24 > > > > > To post, send email to [email protected] > > > To unsubscribe, send email to [email protected] > > > For more options, visit this group at > > >http://groups.google.com/group/jBASE?hl=en > > > > > To unsubscribe from this group, send email to jbase+ > > > unsubscribegooglegroups.com or reply to this email with the words > "REMOVE > > > ME" as the subject. > > -- > Please read the posting guidelines at: > http://groups.google.com/group/jBASE/web/Posting%20Guidelines > > IMPORTANT: Type T24: at the start of the subject line for questions > specific to Globus/T24 > > To post, send email to [email protected] > To unsubscribe, send email to [email protected] > For more options, visit this group at > http://groups.google.com/group/jBASE?hl=en > > To unsubscribe, reply using "remove me" as the subject. > -- Rizwan -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
