DFSORT/ICETOOL :: How to update a portion of text in a trailer record
Author: Trinadh Subject: How to update a portion of text in a trailer record Posted: Wed Nov 09, 2016 9:41 pm (GMT 5.5) Hi Team, I'm trying to update a portion of a trailer record and facing error. Can...
View ArticleDB2 :: RE: Updating Cursor row withour using FOR UPDATE
Author: Rohit Umarjikar Posted: Wed Nov 09, 2016 9:48 pm (GMT 5.5)Quote:Its not going in Infinite loop its giving sqlcode 100 for next fetch So you mean to say even if there is only one eligible row...
View ArticleDFSORT/ICETOOL :: RE: How to update a portion of text in a trailer record
Author: Rohit Umarjikar Posted: Wed Nov 09, 2016 9:55 pm (GMT 5.5)Quote:I'm trying to update a portion of a trailer record and facing error. We don't do guess work here , please post complete...
View ArticleDB2 :: RE: Updating Cursor row withour using FOR UPDATE
Author: chandan.inst Posted: Wed Nov 09, 2016 9:57 pm (GMT 5.5)Rohit Umarjikar wrote:Quote:Its not going in Infinite loop its giving sqlcode 100 for next fetch So you mean to say even if there is only...
View ArticleDFSORT/ICETOOL :: RE: How to update a portion of text in a trailer record
Author: Trinadh Subject: Reply to: How to update a portion of text in a trailer record Posted: Wed Nov 09, 2016 10:15 pm (GMT 5.5) Apologies Rohit. Please refer the below info required. Input...
View ArticleDFSORT/ICETOOL :: RE: How to update a portion of text in a trailer record
Author: Bill Woodger Subject: Reply to: How to update a portion of text in a trailer record Posted: Wed Nov 09, 2016 10:58 pm (GMT 5.5) Rohit asked for the messages. "I'm facing U007 error" is not the...
View ArticleDFSORT/ICETOOL :: RE: How to update a portion of text in a trailer record
Author: Arun Raj Posted: Wed Nov 09, 2016 11:07 pm (GMT 5.5)Code:OUTFIL FNAMES=01'FNAMES' goes with ddnames used in the JCL whereas OUTFIL 'FILES' go with JCL dd suffixes such as '01' or '02' or '03'....
View ArticleDFSORT/ICETOOL :: RE: How to update a portion of text in a trailer record
Author: Rohit Umarjikar Posted: Wed Nov 09, 2016 11:58 pm (GMT 5.5) I don't think you can use 1:C'TR1' in TRLUPD, you may have to find another way to overlay in the trailer._________________Regards,...
View ArticleDB2 :: RE: Updating Cursor row withour using FOR UPDATE
Author: Rohit Umarjikar Posted: Thu Nov 10, 2016 12:50 am (GMT 5.5) Please try declaring it an insensitive cursor and let us know._________________Regards, Rohit Umarjikar"Knowledge is knowing that a...
View ArticleDB2 :: RE: Updating Cursor row withour using FOR UPDATE
Author: RahulG31 Subject: Reply to: Updating Cursor row withour using FOR UPDATE Posted: Thu Nov 10, 2016 4:01 am (GMT 5.5)Rohit Umarjikar wrote:Please try declaring it an insensitive cursor and let us...
View ArticleDFSORT/ICETOOL :: RE: Matching with Key at different postions.
Author: rajatbagga Posted: Thu Nov 10, 2016 6:15 am (GMT 5.5) Hello everyone, For the sake of my example, I mocked up the data. In actual, my key is 5,PD . And Arun please refer to my comments below...
View ArticleDB2 :: RE: Updating Cursor row withour using FOR UPDATE
Author: chandan.inst Subject: Re: Reply to: Updating Cursor row withour using FOR UPDATE Posted: Thu Nov 10, 2016 10:32 am (GMT 5.5)RahulG31 wrote:This Link probably explains the 'Why'. As it says:...
View ArticleDB2 :: RE: Updating Cursor row withour using FOR UPDATE
Author: Rohit Umarjikar Posted: Thu Nov 10, 2016 10:42 am (GMT 5.5)Quote:My case not impacting the where clause but impacting the select clause column. So how is does the re-pointing of cursor will...
View ArticleDB2 :: RE: Updating Cursor row withour using FOR UPDATE
Author: Arun Raj Posted: Thu Nov 10, 2016 12:08 pm (GMT 5.5)Rohit Umarjikar wrote:it is impacting the where clause in your case because you did not get the sqlcode 100 for second fetchThe OPs point is...
View ArticleDB2 :: RE: Updating Cursor row withour using FOR UPDATE
Author: chandan.inst Posted: Thu Nov 10, 2016 12:18 pm (GMT 5.5)Arun Raj wrote:The OPs point is that the column in the WHERE clause of the cursor (COL3) was not UPDATEd, but in the SELECT (COL1) was....
View ArticleDFSORT/ICETOOL :: RE: Matching with Key at different postions.
Author: Bill Woodger Subject: Reply to: Matching with Key at different postions. Posted: Thu Nov 10, 2016 12:29 pm (GMT 5.5) DFSORT doesn't have arrays, nor looping constructs. Two ways: "keys only",...
View ArticleDFSORT/ICETOOL :: RE: How to update a portion of text in a trailer record
Author: Trinadh Posted: Thu Nov 10, 2016 4:00 pm (GMT 5.5) I couldn't post the entire SYSOUT messages due to the project restrictions. I'm facing the error as below.Code:OUTFIL FNAMES=01,...
View ArticleDB2 :: RE: Updating Cursor row withour using FOR UPDATE
Author: chandan.inst Posted: Thu Nov 10, 2016 5:24 pm (GMT 5.5)Rohit Umarjikar wrote:Please try declaring it an insensitive cursor and let us know. It worked with insensitive cursor same as expected...
View ArticleTSO/ISPF :: RE: Editing "member generations" in PDSE version 2 data sets
Author: lbdyck Subject: Reply to: Editing "member generations" in PDSE version 2 data sets Posted: Thu Nov 10, 2016 6:15 pm (GMT 5.5) Be aware that editing a non-0 generation has these caveats: 1) the...
View ArticleDFSORT/ICETOOL :: RE: How to update a portion of text in a trailer record
Author: Arun Raj Posted: Thu Nov 10, 2016 6:28 pm (GMT 5.5) Did you read my previous post? It might not help if you do not post the relevant sysout messages and the JCL. When I ran your control...
View Article