DB2 :: RE: Stored procedure on Federated thru DB2
Author: arif677 Subject: Reply to: Stored procedure on Federated thru DB2 Posted: Wed Jun 01, 2016 7:32 pm (GMT 5.5) Thanks Rohit for your time on this. Yes DBAs aware of this and they are working on...
View ArticleJCL & VSAM :: RE: How to copy PDS using dataset as input
Author: Ayodhya prasad Posted: Wed Jun 01, 2016 8:07 pm (GMT 5.5) Thank you for you response Robert, Sorry, I forgot to mention that the requirement is that it has to be done only using JCL. Please...
View ArticleJCL & VSAM :: RE: How to copy PDS using dataset as input
Author: enrico-sorichetti Subject: Reply to: How to copy PDS using dataset as input Posted: Wed Jun 01, 2016 8:13 pm (GMT 5.5)Quote:the requirement is that it has to be done only using JCL. then it...
View ArticleDB2 :: SQL Merge error -254
Author: Robin Sulsona Subject: SQL Merge error -254 Posted: Wed Jun 01, 2016 8:28 pm (GMT 5.5) Hello, I am attempting to use a MERGE statement on a "clone" table. I am getting a -254 - Code:A...
View ArticleDB2 :: RE: SQL Merge error -254
Author: Akatsukami Posted: Wed Jun 01, 2016 9:40 pm (GMT 5.5) Please post your MERGE statement, using the Code tags to preserve alignment._________________Data is not information. Information is not...
View ArticleDB2 :: RE: SQL Merge error -254
Author: Rohit Umarjikar Posted: Wed Jun 01, 2016 9:48 pm (GMT 5.5) Shouldn't this clue you where is the problem or what row of 4th day is bad?Code:DB2 SQLERRD3 000000000 _________________Regards, Rohit...
View ArticleJCL & VSAM :: RE: How to copy PDS using dataset as input
Author: Rohit Umarjikar Posted: Wed Jun 01, 2016 10:21 pm (GMT 5.5) I do not get what you say as others did, so see if you can answers these more clearly with examples.Quote:collect number of member...
View ArticleDB2 :: RE: Stored procedure on Federated thru DB2
Author: Rohit Umarjikar Posted: Wed Jun 01, 2016 10:24 pm (GMT 5.5)Quote:I think we may need to involve IBM system guys to resolve this yes you can always raise a ticket if none could get clue at your...
View ArticleSYNCSORT :: RE: Generate Cohort report using SORT
Author: Rohit Umarjikar Posted: Wed Jun 01, 2016 10:40 pm (GMT 5.5)Quote:But in order to merge it, I will need to specify the field position to combine the data. So what? Reformat fields is what...
View ArticleCOBOL Programming :: RE: Facing error IGYPS0037-S
Author: Rohit Umarjikar Posted: Wed Jun 01, 2016 10:47 pm (GMT 5.5)Quote:the data names cannot be changed Why ? that's the corrective action than changing the whole program. Also Division looks a...
View ArticleCOBOL Programming :: RE: Facing Error IGYPS2072-S
Author: Rohit Umarjikar Posted: Wed Jun 01, 2016 10:54 pm (GMT 5.5) Duplicate of this_________________Regards, Rohit Umarjikar"Some things Man was never meant to know. For everything else, there's Google"
View ArticleDB2 :: RE: SQL Merge error -254
Author: Robin Sulsona Subject: SQLERRD3 meaning... Posted: Wed Jun 01, 2016 11:19 pm (GMT 5.5) It wasn't really a bad row in the input in core table. It was the fact that the clone table was in pending...
View ArticleDB2 :: RE: SQL Merge error -254
Author: Robin Sulsona Subject: Merge Statement as requested Posted: Wed Jun 01, 2016 11:32 pm (GMT 5.5)Code: MERGE INTO FANS_AGT_COMM_SUMMARY_CLONE AS MST USING (VALUES (:WT02-AGENT-ID,...
View ArticleSYNCSORT :: RE: Generate Cohort report using SORT
Author: Robert Sample Posted: Wed Jun 01, 2016 11:39 pm (GMT 5.5)Quote:monthly cohort reportI worked with an epidemiologist at an earlier employer, and a cohort study to an epidemiologist is a...
View ArticleDB2 :: RE: SQL Merge error -254
Author: Rohit Umarjikar Posted: Thu Jun 02, 2016 1:19 am (GMT 5.5) Look for Get Diagnostics.Code:SQLCA and GET DIAGNOSTICS considerations: The GET DIAGNOSTICS statement can be used immediately after...
View ArticleDB2 :: RE: Stored procedure on Federated thru DB2
Author: Nic Clouston Posted: Thu Jun 02, 2016 1:23 am (GMT 5.5) Locked as posted on another forum._________________Regards Nic
View ArticleDB2 :: RE: SQL Merge error -254
Author: Robin Sulsona Subject: Merge Statement issue resolved Posted: Thu Jun 02, 2016 1:28 am (GMT 5.5) Unfortunately, I am the first here to use the MERGE statement and none of the DBAs knew why I...
View ArticleDB2 :: Image Copy of a tablespace that contains a clone
Author: Robin Sulsona Subject: Image Copy of a tablespace that contains a clone Posted: Thu Jun 02, 2016 1:47 am (GMT 5.5) I need to know if anyone knows if this is true or it just happened to be what...
View ArticleSYNCSORT :: Syncsort Joinkey
Author: nartcr Subject: Syncsort Joinkey Posted: Thu Jun 02, 2016 3:46 am (GMT 5.5) I am trying to code something with Syncsort.Code:FILE1 FILE 2 COLUMNS COLUMNS...
View ArticleSYNCSORT :: RE: Syncsort Joinkey
Author: Rohit Umarjikar Posted: Thu Jun 02, 2016 10:30 am (GMT 5.5) why to make it difficult? you have to add these two fields (what you explained above) in the JOINKEYS then reformat fields as per...
View Article