DB2 :: RE: DB2 Program abending without giving any SQL error code
Author: rahulgarg14 Posted: Mon May 29, 2017 10:03 pm (GMT 5.5) Yes I am executing the correct program. I also checked compiler jobs and no warnings were there. So not sure what is happening.
View ArticleDB2 :: RE: DB2 Program abending without giving any SQL error code
Author: enrico-sorichetti Subject: Reply to: DB2 Program abending without giving any SQL error code Posted: Mon May 29, 2017 10:32 pm (GMT 5.5)Quote: But it is not giving any SQL code. Instead job is...
View ArticleDB2 :: RE: DB2 Program abending without giving any SQL error code
Author: RahulG31 Subject: Reply to: DB2 Program abending without giving any SQL error code Posted: Tue May 30, 2017 8:26 pm (GMT 5.5) How do you know that the program is abending at 'OPEN CURSOR' ? Did...
View ArticleDB2 :: RE: DB2 Program abending without giving any SQL error code
Author: Rohit Umarjikar Posted: Tue May 30, 2017 9:47 pm (GMT 5.5)Quote:While execution program is abending while trying to open the cursor. But it is not giving any SQL code. Why should we believe on...
View ArticleDB2 :: RE: DB2 Program abending without giving any SQL error code
Author: Robert Sample Posted: Wed May 31, 2017 3:10 am (GMT 5.5)Quote:Please suggest is there any issue with compiler routine being used.No, there is no issue with the compiler. You are getting...
View ArticleCOBOL Programming :: COBOL DB2 program - zIIP eligible
Author: vasanthz Subject: COBOL DB2 program - zIIP eligible Posted: Wed May 31, 2017 5:12 am (GMT 5.5) Hi, I am trying to write a batch COBOL DB2 program, that reads a DB2 table using native stored...
View ArticleCLIST & REXX :: Can I traverse a STEM variable?
Author: chong.zhou Subject: Can I traverse a STEM variable? Posted: Wed May 31, 2017 3:54 pm (GMT 5.5) I'm learning rexx, so my question might be silly. Sorry for that If I have a STEM variable...
View ArticleCLIST & REXX :: RE: Can I traverse a STEM variable?
Author: Nic Clouston Posted: Wed May 31, 2017 5:14 pm (GMT 5.5) I do not know what an "STL container" is but you should regard stem variables more as arrays. You can traverse the stem if you have...
View ArticleCLIST & REXX :: RE: Can I traverse a STEM variable?
Author: chong.zhou Posted: Wed May 31, 2017 5:24 pm (GMT 5.5) Thank you Nic for your quick response! So I'll take it as 'no, you can't traverse a stem', because accessing items with keys is not...
View ArticleCLIST & REXX :: RE: Can I traverse a STEM variable?
Author: enrico-sorichetti Subject: Reply to: Can I traverse a STEM variable? Posted: Wed May 31, 2017 5:27 pm (GMT 5.5) see here for an external function which scans the REXX variable pool and extracts...
View ArticleCLIST & REXX :: RE: Can I traverse a STEM variable?
Author: chong.zhou Posted: Wed May 31, 2017 5:56 pm (GMT 5.5) Thank you very much Enrico. I read through that thread and at least I see that, in REXX, STEMs behave like an array or a map but actually...
View ArticleCOBOL Programming :: RE: COBOL DB2 program - zIIP eligible
Author: Robert Sample Posted: Wed May 31, 2017 7:02 pm (GMT 5.5) The Authorized Use Table at ftp://public.dhe.ibm.com/systems/support/warranty/pdfs/aut/Authorized_Use_Table_11-2015_en_US.pdf...
View ArticleCOBOL Programming :: RE: COBOL DB2 program - zIIP eligible
Author: vasanthz Posted: Thu Jun 01, 2017 4:11 am (GMT 5.5)Quote:In this example, the program (DB2 for z/OS) would be invoking the zIIP API as limited by IBM's te chnological or other measures that...
View ArticleCOBOL Programming :: RE: COBOL DB2 program - zIIP eligible
Author: vasanthz Posted: Thu Jun 01, 2017 4:44 am (GMT 5.5) I was under the impression that, only work using DB2 in some form would run on zIIP. Did a test by running a SYNCSORT job with SORT...
View ArticleCOBOL Programming :: RE: COBOL DB2 program - zIIP eligible
Author: Robert Sample Posted: Thu Jun 01, 2017 5:26 am (GMT 5.5) With the z13, zAAP engines go away so Java, DB2, IBM utilities can all use the zIIP. Prior to the z13, starting with z/OS 1.11 on the z9...
View ArticleCLIST & REXX :: RE: Can I traverse a STEM variable?
Author: Willy Jensen Posted: Thu Jun 01, 2017 1:46 pm (GMT 5.5) There is no standard method for scanning through a REXX stem. I have written a program REXXGBLV to address some of the deficiencies in...
View ArticlePL/I & Assembler :: C03 ABEND
Author: sjiraga Subject: C03 ABEND Posted: Thu Jun 01, 2017 4:51 pm (GMT 5.5) I am getting C03 for Job. Need to generate dump number Job is not generating dump. IBM Help is saying I need to use "SLIP...
View ArticleDB2 :: RE: DB2 Program abending without giving any SQL error code
Author: sumannath Subject: Reply to: DB2 Program abending without giving any SQL error code Posted: Thu Jun 01, 2017 5:05 pm (GMT 5.5) As Rohit rightly states, every SQL query should return some sort...
View ArticlePL/I & Assembler :: RE: C03 ABEND
Author: Robert Sample Posted: Thu Jun 01, 2017 5:52 pm (GMT 5.5) SLIP SET is done on a system console; if your site uses SDSF or EJE(S) you should be able to enter the command that...
View ArticleCOBOL Programming :: RE: COBOL DB2 program - zIIP eligible
Author: Robert Sample Posted: Thu Jun 01, 2017 6:03 pm (GMT 5.5) From https://www.ibm.com/support/knowledgecenter/SSEPEK_11.0.0/perf/src/tpc/db2z_ibmziip.html (emphasis added by me):Quote:Long running...
View Article