DB2 :: RE: Need help on SQL Dynamic WHERE Clause
Author: Pandora-Box Posted: Mon Jul 18, 2016 1:43 pm (GMT 5.5) What options have you thought of?_________________To understand recursion, You must understand recursion Pandora
View ArticleDB2 :: RE: Variable for cursor names
Author: Pandora-Box Posted: Mon Jul 18, 2016 1:57 pm (GMT 5.5) Why not have two different cursor?_________________To understand recursion, You must understand recursion Pandora
View ArticleDB2 :: RE: Need help on SQL Dynamic WHERE Clause
Author: Rohit Umarjikar Posted: Mon Jul 18, 2016 3:32 pm (GMT 5.5) I have seen and worked on two approaches so far. 1.You need to come up with priority of these searches, for e.g if user enters policy...
View ArticleDB2 :: RE: Need help on SQL Dynamic WHERE Clause
Author: Pandora-Box Posted: Mon Jul 18, 2016 3:38 pm (GMT 5.5) /* My viewpoint : As far as security is concerned there should be one unique field which should be made mandatory for search...
View ArticleCLIST & REXX :: RE: Rexx Panel Validation
Author: Rohit Umarjikar Posted: Mon Jul 18, 2016 3:44 pm (GMT 5.5)SUBSTR OR LEFT to know the value at second position and then check the value entered for second field and then decide the error...
View ArticleDB2 :: RE: DB2 CONNECT query
Author: Rohit Umarjikar Posted: Mon Jul 18, 2016 3:46 pm (GMT 5.5) Good! Thanks for the updates and this will help someone else in the same situation._________________Regards, Rohit Umarjikar"Some...
View ArticleDB2 :: RE: Need help on SQL Dynamic WHERE Clause
Author: subratarec Posted: Mon Jul 18, 2016 3:49 pm (GMT 5.5) Hi Pandora, For time being I am using below..Code:WHERE (:WS-POLICY-START-DATE > 0Â Â ANDÂ Â Â Â Â Â Â :WS-POLICY-END-DATE > 0...
View ArticleDB2 :: RE: Need help on SQL Dynamic WHERE Clause
Author: Rohit Umarjikar Posted: Mon Jul 18, 2016 3:53 pm (GMT 5.5) CSA are authorized. What if the customer who called doesn't know the policy number as that's most likely to happen? May be he needs...
View ArticleDB2 :: RE: Need help on SQL Dynamic WHERE Clause
Author: subratarec Posted: Mon Jul 18, 2016 3:57 pm (GMT 5.5) Hi All, Just one more info in our table we have only POLICY ID as unique value all others can have dups. Thanks
View ArticleDB2 :: RE: Need help on SQL Dynamic WHERE Clause
Author: subratarec Posted: Mon Jul 18, 2016 4:11 pm (GMT 5.5) Hi Pandora, Yes you are correct. I suggested that if we can force customer use POLICY ID as mandatory field. Frankly I still haven't got...
View ArticleCLIST & REXX :: RE: Rexx Panel Validation
Author: Willy Jensen Posted: Mon Jul 18, 2016 5:57 pm (GMT 5.5) The ISPF .TRUNC and .TRAIL functions should allow you to isolate the 2nd char of the field to use in a VER statement. But if you are on a...
View ArticleCLIST & REXX :: RE: Rexx Panel Validation
Author: Pedro Subject: Reply to: Rexx Panel Validation Posted: Mon Jul 18, 2016 11:30 pm (GMT 5.5)Quote:Why ask the user to enter a second item that could be wrong - simply have that item generated by...
View ArticleDB2 :: RE: LIKE vs EQUAL
Author: Nileshkul Subject: Thanks Posted: Tue Jul 19, 2016 4:01 am (GMT 5.5) Thanks all for replies. The column is not key & I tried simple test, CPU uti lization is almost same. Thanks again, very...
View ArticleDB2 :: RE: LIKE vs EQUAL
Author: Rohit Umarjikar Posted: Tue Jul 19, 2016 8:17 am (GMT 5.5) It must have to be indexed.you will have to try against the actual production data and not with the test...
View ArticleAll Other Mainframe Topics :: technology shift from Mainfame to AS400
Author: Prayag P V Subject: technology shift from Mainfame to AS400 Posted: Tue Jul 19, 2016 12:13 pm (GMT 5.5) Hi, I am two year experienced mainfame developer, recently my project got completed and i...
View ArticleAll Other Mainframe Topics :: RE: technology shift from Mainfame to AS400
Author: Pandora-Box Posted: Tue Jul 19, 2016 12:45 pm (GMT 5.5) check this link http://ibmmainframes.com/about8429.html_________________To understand recursion, You must understand recursion Pandora
View ArticleAll Other Mainframe Topics :: RE: technology shift from Mainfame to AS400
Author: Prayag P V Posted: Tue Jul 19, 2016 2:33 pm (GMT 5.5)Pandora-Box wrote:check this link http://ibmmainframes.com/about8429.html sorry, i am not asking what is the difference between mainframe...
View ArticleAll Other Mainframe Topics :: RE: technology shift from Mainfame to AS400
Author: Rohit Umarjikar Posted: Tue Jul 19, 2016 3:05 pm (GMT 5.5) Personally, I would suggest you to look for ETL, SAP BO Projects._________________Regards, Rohit Umarjikar"Some things Man was never...
View ArticleJCL & VSAM :: Unwrap in jcl
Author: ashwini2002 Subject: Unwrap in jcl Posted: Tue Jul 19, 2016 9:33 pm (GMT 5.5) Hi, Can someone please help . I have error log as below. which is input Input desc : Each line is 80 bytes, each...
View ArticleJCL & VSAM :: RE: Unwrap in jcl
Author: Bill Woodger Subject: Reply to: Unwrap in jcl Posted: Tue Jul 19, 2016 10:31 pm (GMT 5.5) Well, thanks for that. Do you need any assistance, or you just thought you'd let us know?
View Article