CLIST & REXX :: RE: Rexx Panel Validation
Author: Pandora-Box Posted: Mon Jul 18, 2016 1:31 pm (GMT 5.5) Check here on VER_________________To understand recursion, You must understand recursion Pandora
View ArticleDB2 :: 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 ArticleAll Other Mainframe Topics :: RE: FTP from windows server into Mainframe -...
Author: Robert Sample Posted: Wed Jul 20, 2016 6:25 pm (GMT 5.5) The FTP code you are executing is perfectly acceptable. Your problem is NOT with FTP -- your problem is a data problem. Asking for...
View ArticleAll Other Mainframe Topics :: RE: FTP from windows server into Mainframe -...
Author: steve-myers Posted: Wed Jul 20, 2016 8:06 pm (GMT 5.5)Quote:EZA2802I Data was truncated. There are several misunderstandings here.When FTP transfers data in ASCII mode, the data that it...
View ArticleAll Other Mainframe Topics :: RE: FTP from windows server into Mainframe -...
Author: sathyajes Posted: Wed Jul 20, 2016 8:18 pm (GMT 5.5) Hi Robert, Thanks for your valuable information. Initially the file is created in Linux server and moved to windows server. from there,...
View ArticleAll Other Mainframe Topics :: RE: FTP from windows server into Mainframe -...
Author: steve-myers Posted: Wed Jul 20, 2016 10:36 pm (GMT 5.5)sathyajes wrote:Hi Robert, Thanks for your valuable information. Initially the file is created in Linux server and moved to windows...
View ArticleAll Other Mainframe Topics :: RE: FTP from windows server into Mainframe -...
Author: Robert Sample Posted: Wed Jul 20, 2016 11:52 pm (GMT 5.5) Have you tried SBSENDEOL? If not, try this:Code:Server IP address username...
View ArticleAll Other Mainframe Topics :: RE: FTP from windows server into Mainframe -...
Author: Rohit Umarjikar Posted: Thu Jul 21, 2016 12:14 am (GMT 5.5)PSPad_________________Regards, Rohit Umarjikar"Some things Man was never meant to know. For everything else, there's Google"
View ArticleDB2 :: RE: Need help on SQL Dynamic WHERE Clause
Author: subratarec Posted: Thu Jul 21, 2016 12:27 am (GMT 5.5) Hi Prino, Thanks!! a lot for spending time on my query and providing me the complete solution. I haven't gone through completely but I am...
View Article