SYNCSORT :: RE: JOINKEYs and Variable files
Author: Bill Woodger Subject: Reply to: JOINKEYs and Variable files Posted: Sat Jun 18, 2016 12:34 am (GMT 5.5) The REFORMAT statement, like any record, only has "one" RDW, which is at position 1, for...
View ArticleSYNCSORT :: RE: JOINKEYs and Variable files
Author: Bill Woodger Subject: Reply to: JOINKEYs and Variable files Posted: Sat Jun 18, 2016 12:43 am (GMT 5.5) On top of that, REFORMAT records with two variable parts are... exciting. You have two,...
View ArticleDFSORT/ICETOOL :: RE: Next max
Author: kgumraj2 Posted: Sat Jun 18, 2016 2:01 pm (GMT 5.5) Thanks everyone. It has only one space record, that needs to be updated. Special thanks to sqlcode1._________________Have a Great Day !!!...
View ArticleSYNCSORT :: RE: JOINKEYs and Variable files
Author: migusd Posted: Sun Jun 19, 2016 7:18 am (GMT 5.5) this is the execution with the first part of your suggestions, Rohit & Bill the msg I got is this UBADS383,JS0030 , -SORTOF1 OUTREC RDW NOT...
View ArticleSYNCSORT :: RE: JOINKEYs and Variable files
Author: migusd Posted: Sun Jun 19, 2016 7:43 am (GMT 5.5) Hi Rohit & Bill, I made a second attempt and still got the sameQuote: JOIN UNPAIRED,F1,F2 JOINKEYS FILE=F1,FIELDS=(19,64,A),SORTED,TYPE=V...
View ArticleSYNCSORT :: RE: JOINKEYs and Variable files
Author: migusd Posted: Sun Jun 19, 2016 9:31 am (GMT 5.5) Hi Bill, I tried your suggestion and didn't worked Apparently SYNCSORT didn't like the idea of using a fixed Reformat and variable length...
View ArticleSYNCSORT :: RE: JOINKEYs and Variable files
Author: Bill Woodger Subject: Reply to: JOINKEYs and Variable files Posted: Sun Jun 19, 2016 1:31 pm (GMT 5.5) It's an oblique way of telling you that if you use OUTFIL reporting features you need an A...
View ArticleSYNCSORT :: RE: JOINKEYs and Variable files
Author: migusd Posted: Sun Jun 19, 2016 11:34 pm (GMT 5.5) yes!!! That made the difference, Bill... ... Thank you so much!!! I owe you one more.... Thanks also to Rohit_________________shikoulitz
View ArticleDFSORT/ICETOOL :: RE: Adding a descending character to a file
Author: Steve Ironmonger Posted: Fri Jul 15, 2016 8:19 pm (GMT 5.5) Thanks guys, there are approx 5 million records so the suggestion from Garry is perfect :-Code:SORT FIELDS=COPY...
View ArticleDB2 :: DB2 FLOAT precision
Author: soundarr Subject: DB2 FLOAT precision Posted: Fri Jul 15, 2016 9:47 pm (GMT 5.5) Hi All, I am populating a FLOAT column with -99.9634495 via PL1 program and check in the table, it is stored as...
View ArticleDB2 :: RE: DB2 FLOAT precision
Author: soundarr Posted: Fri Jul 15, 2016 10:51 pm (GMT 5.5) -99.9634495 is just an example. Issue(padded 9s) happens on some values. I couldn't find any pattern. Want to know if this is a limitation...
View ArticleDB2 :: RE: DB2 FLOAT precision
Author: Rohit Umarjikar Posted: Fri Jul 15, 2016 11:09 pm (GMT 5.5) What is the problem here with DB2?_________________Regards, Rohit Umarjikar"Some things Man was never meant to know. For everything...
View ArticleDB2 :: RE: DB2 FLOAT precision
Author: steve-myers Posted: Fri Jul 15, 2016 11:20 pm (GMT 5.5) I have no idea how DB2 stores floating point values. However, what you are describing is generic to floating point arithmetic in...
View ArticleDB2 :: RE: DB2 CONNECT query
Author: Rohit Umarjikar Posted: Sat Jul 16, 2016 2:33 am (GMT 5.5) I am not sure why you needed daily Repair? You will have to connect with your site DBA to see if REPAIR is essential on UNIX...
View ArticleDB2 :: RE: DB2 FLOAT precision
Author: Robert Sample Posted: Sat Jul 16, 2016 3:22 am (GMT 5.5)Quote:Want to know if this is a limitation with DB2 FLOAT and if it can be handled in any way.This is because of how computers handle...
View ArticleJCL & VSAM :: RE: CPU time Vs Number of records
Author: Nileshkul Subject: Reply to: CPU time Vs Number of records Posted: Sat Jul 16, 2016 7:45 am (GMT 5.5) Thanks all - we have BSLR, THANKS FOR ALL HELP
View ArticleDB2 :: LIKE vs EQUAL
Author: Nileshkul Subject: LIKE vs EQUAL Posted: Sat Jul 16, 2016 7:50 am (GMT 5.5) Dear all, I have a query which uses LIKE in WHERE clause for 4 character comparision. Some thing like: Where column1...
View ArticleDB2 :: RE: LIKE vs EQUAL
Author: Nileshkul Subject: Update on query Like vs Equal Posted: Sat Jul 16, 2016 2:46 pm (GMT 5.5) Just to be clear - I want to know if equal to perform better than Like given that there is no wild...
View ArticleDB2 :: Need help on SQL Dynamic WHERE Clause
Author: subratarec Subject: Need help on SQL Dynamic WHERE Clause Posted: Sat Jul 16, 2016 3:11 pm (GMT 5.5) Hi All, I have a query on SQL SELECT. I will try to describe the scenario as clear as...
View ArticleDB2 :: RE: LIKE vs EQUAL
Author: Nic Clouston Posted: Sat Jul 16, 2016 5:13 pm (GMT 5.5) What happened when you tried a simple test?_________________Regards Nic
View Article