DB2 :: RE: Query to get 2 rows for each specific column value
Author: Nic Clouston Posted: Mon Jun 12, 2017 2:28 am (GMT 5.5) What problems are you having? Show us your code. This is a help forum not a "do my work for me" forum which is how your post comes across...
View ArticleDB2 :: RE: Query to get 2 rows for each specific column value
Author: prino Posted: Mon Jun 12, 2017 7:19 am (GMT 5.5) Already posted the same in the COBOL forum!_________________Robert AH Prins robert.ah.prins @ the.17+Gb.Google thingyAt last, a tiny bit of...
View ArticleCOBOL Programming :: RE: Need help on cursor
Author: Rohit Umarjikar Posted: Mon Jun 12, 2017 9:54 am (GMT 5.5) If you want duplicate rows then not necessarily you need to fetch it two times. You need to tell us why you need duplication. Moreover...
View ArticleDB2 :: RE: Query to get 2 rows for each specific column value
Author: Nic Clouston Posted: Mon Jun 12, 2017 12:09 pm (GMT 5.5) I realised that but as no question was asked it was hard to tell if he wanted help with his cobol or sql or both or neither. Both had...
View ArticleDB2 :: RE: Query to get 2 rows for each specific column value
Author: prino Posted: Mon Jun 12, 2017 12:44 pm (GMT 5.5) And furthermore, it's the same question he asked about getting the previous row!_________________Robert AH Prins robert.ah.prins @...
View ArticleCOBOL Programming :: XML Parse for large file
Author: muralikrishnan_new Subject: XML Parse for large file Posted: Mon Jun 12, 2017 12:50 pm (GMT 5.5) Hi All, We are reading a xml documents from variable length file(LRECL=32004 i.e 32K file...
View ArticleCOBOL Programming :: RE: XML Parse for large file
Author: Nic Clouston Posted: Mon Jun 12, 2017 2:13 pm (GMT 5.5) How can you have a second record when your "file" length = record length = 32004? I guess you may have meant 'data set' not 'file' and...
View ArticleDB2 :: RE: Query to get 2 rows for each specific column value
Author: Nic Clouston Posted: Mon Jun 12, 2017 2:15 pm (GMT 5.5) Well, he hasn't come back so I will lock them both. If he wants one unlocked so that he can clarify then he can pm me otherwise i will...
View ArticleCOBOL Programming :: RE: XML Parse for large file
Author: Robert Sample Subject: Reply to: XML Parse for large file Posted: Mon Jun 12, 2017 4:56 pm (GMT 5.5) The issue has nothing to do with memory allocation -- period. If you want to log your XML...
View ArticleCOBOL Programming :: RE: Search utility(3.14) using JCl and Cobol
Author: daveporcelan Posted: Mon Jun 12, 2017 5:02 pm (GMT 5.5) This can be done, but is no 'easy' task. I know because I have done it. Here is a quick outline of my steps. 1) Used XREFPLUS! to expand...
View ArticleCOBOL Programming :: RE: Search utility(3.14) using JCl and Cobol
Author: steve-myers Posted: Mon Jun 12, 2017 6:09 pm (GMT 5.5) Dave: what, pray tell, is XREFPLUS!?
View ArticleCOBOL Programming :: RE: Search utility(3.14) using JCl and Cobol
Author: daveporcelan Posted: Mon Jun 12, 2017 7:04 pm (GMT 5.5) This product is a JCL Cross Reference tool. One of its abilities is to expand Jobs to bring in Procs, SYSIN and SYSTSIN input. There are...
View ArticleCA Products :: RE: Report cost in CA-dispatch
Author: Robert Sample Subject: Reply to: Report cost in CA-dispatch Posted: Wed Jun 07, 2017 11:39 pm (GMT 5.5)Quote:Is CA-Dispatch cost based On number of users or number of reports or both? This type...
View ArticleCA Products :: RE: Report cost in CA-dispatch
Author: Nileshkul Subject: Thanks.. Posted: Thu Jun 08, 2017 12:22 am (GMT 5.5) Thanks , I will check with site support
View ArticleCA Products :: RE: Report cost in CA-dispatch
Author: vasanthz Posted: Thu Jun 08, 2017 12:33 am (GMT 5.5) There is also products like BMC Control-M who charge based on the usage. i.e. the number of jobs that were in the Active Job Facility. It is...
View ArticleABENDS & Debugging :: RE: Problem facing with trace master....
Author: RALAKKAL Posted: Thu Jun 08, 2017 7:52 pm (GMT 5.5) Hi Naveen, Did you get the above fixed. I am also facing the same issue now. Since my environment support team is very busy and they dont...
View ArticleCOBOL Programming :: RE: Search utility(3.14) using JCl and Cobol
Author: Rohit Umarjikar Posted: Mon Jun 12, 2017 8:40 pm (GMT 5.5)Quote:I am planning to create a JCL(may use cobol program) which can be used to search a program in PDS library(Job,proc,control card)...
View ArticleCOBOL Programming :: RE: XML Parse for large file
Author: Rohit Umarjikar Posted: Mon Jun 12, 2017 10:26 pm (GMT 5.5) Check it out, if this link helps.http://ibmmainframes.com/about60662.html_________________Regards, Rohit Umarjikar"Knowledge is...
View ArticleJCL & VSAM :: RE: CONTIG for performance?
Author: JPVRoff Posted: Tue Jun 13, 2017 4:22 am (GMT 5.5) Thanks Enrico. I figured as much, but it's been a while since I looked at this sort of thing. And I also figured that any sort of test would...
View ArticleCOBOL Programming :: RE: Search utility(3.14) using JCl and Cobol
Author: RKS3 Posted: Tue Jun 13, 2017 2:37 pm (GMT 5.5)daveporcelan wrote:This can be done, but is no 'easy' task. I know because I have done it. Used XREFPLUS! to expand all Production Jobs. This...
View Article