DB2 :: RE: Stored procedure on Federated thru DB2
Author: Rohit Umarjikar Posted: Wed Jun 01, 2016 2:01 am (GMT 5.5) Did you verify this checklist?Code:•The routine name was either incorrectly specified or does not exist in the database. •A...
View ArticleJCL & VSAM :: RE: Using DFDSS for incremental backups
Author: Robert Sample Posted: Wed Jun 01, 2016 2:01 am (GMT 5.5) I've used it several times at a past employer. It works fine IIRC but it is not a pure incremental backup -- if the data set has...
View ArticleCOBOL Programming :: RE: comparing comp-3 and unpacked numbers
Author: Rohit Umarjikar Posted: Wed Jun 01, 2016 2:25 am (GMT 5.5) Why not try and learn and that's quicker than anything unless you need a rapid answer for an interview question?...
View ArticleDB2 :: RE: Stored procedure on Federated thru DB2
Author: arif677 Subject: Reply to: Stored procedure on Federated thru DB2 Posted: Wed Jun 01, 2016 3:39 am (GMT 5.5) Hi Rohit, Thanks for your response..Yes.. I have double checked. The program works...
View ArticleSYNCSORT :: Generate Cohort report using SORT
Author: Indrajit_57 Subject: Generate Cohort report using SORT Posted: Wed Jun 01, 2016 9:41 am (GMT 5.5) Hi, I have a requirement to generate a monthly cohort report using data from the current and...
View ArticleSYNCSORT :: RE: Generate Cohort report using SORT
Author: Rohit Umarjikar Posted: Wed Jun 01, 2016 11:07 am (GMT 5.5) Have you looked for JOINKEYS yet?_________________Regards, Rohit Umarjikar"Some things Man was never meant to know. For everything...
View ArticleDB2 :: RE: Stored procedure on Federated thru DB2
Author: Rohit Umarjikar Posted: Wed Jun 01, 2016 11:10 am (GMT 5.5) To be very honest , if I were you then first I would involve DBA's and tell them what is tried so far and then proceed further so did...
View ArticleSYNCSORT :: RE: Generate Cohort report using SORT
Author: Indrajit_57 Subject: Reply to: Generate Cohort report using SORT Posted: Wed Jun 01, 2016 12:11 pm (GMT 5.5) Yes I have though about JOINKEYS. But in order to merge it, I will need to specify...
View ArticleSYNCSORT :: RE: Generate Cohort report using SORT
Author: enrico-sorichetti Subject: Reply to: Generate Cohort report using SORT Posted: Wed Jun 01, 2016 12:53 pm (GMT 5.5)Quote: monthly cohort(*) report avoid using Your organisation jargon, it just...
View ArticleSYNCSORT :: RE: Generate Cohort report using SORT
Author: Nic Clouston Posted: Wed Jun 01, 2016 2:46 pm (GMT 5.5) At Vindolanda the reports wre written by hand on wooden tablets. Do you intend to do that? If not, it is not a cohort...
View ArticleCOBOL Programming :: Facing error IGYPS0037-S
Author: murugan_mf Subject: Facing error IGYPS0037-S Posted: Wed Jun 01, 2016 4:36 pm (GMT 5.5) Hi, Could someone help me in resolving the below error I am referring the sales data item in the...
View ArticleCOBOL Programming :: RE: Facing error IGYPS0037-S
Author: Bill O'Boyle Subject: Reply to: Facing error IGYPS0037-S Posted: Wed Jun 01, 2016 5:59 pm (GMT 5.5) To differentiate one from another, try this qualification -Code: SALES OF DIVISION OF COUNTY...
View ArticleJCL & VSAM :: How to copy PDS using dataset as input
Author: Ayodhya prasad Subject: How to copy PDS using dataset as input Posted: Wed Jun 01, 2016 6:02 pm (GMT 5.5) Hi, I have a requirement that, using some jobs I collect number of member names of a...
View ArticleCOBOL Programming :: RE: Facing error IGYPS0037-S
Author: murugan_mf Posted: Wed Jun 01, 2016 6:12 pm (GMT 5.5) Have tried as per you suggestion Facing error 'Sales' was not a uniquely defined name on the statement Move ws-sales to sales of Dept But...
View ArticleCOBOL Programming :: RE: Facing error IGYPS0037-S
Author: Robert Sample Posted: Wed Jun 01, 2016 6:24 pm (GMT 5.5) SALES OF DEPT is not enough to uniquely qualify the variable -- there are two SALES variables under DEPT. You are either going to (1)...
View ArticleJCL & VSAM :: RE: How to copy PDS using dataset as input
Author: Robert Sample Posted: Wed Jun 01, 2016 6:26 pm (GMT 5.5) One way would be to write a program in the language of your choice to read the data set, dynamically allocate each member of PDS B and...
View ArticleCOBOL Programming :: RE: Facing error IGYPS0037-S
Author: Terry Heinze Subject: Reply to: Facing error IGYPS0037-S Posted: Wed Jun 01, 2016 6:54 pm (GMT 5.5) Defining 05 Sales as 05 DeptSales and 15 Sales as 15 DivisionSales would eliminate having to...
View ArticleCOBOL Programming :: RE: Facing error IGYPS0037-S
Author: murugan_mf Posted: Wed Jun 01, 2016 7:02 pm (GMT 5.5) Thanks all!! In my scenario, the data names cannot be changed hence I will add a unique group name to overcome the...
View ArticleCOBOL Programming :: Facing Error IGYPS2072-S
Author: murugan_mf Subject: Facing Error IGYPS2072-S Posted: Wed Jun 01, 2016 7:12 pm (GMT 5.5) Hi, Can anyone help with this 01 Sales-Data-County occurs 10 times. 05 Amount PIC 9(09) 05 Date PIC X(10)...
View ArticleCOBOL Programming :: RE: Facing Error IGYPS2072-S
Author: Robert Sample Posted: Wed Jun 01, 2016 7:29 pm (GMT 5.5) Sigh. You have the same 01 level names -- how can you uniquely identify anything in either 01 level? And if you change one of the names...
View Article