IMS DB/DC :: RE: Best IMS DB Unload Utility
Author: jjabez10 Posted: Fri Sep 23, 2016 8:22 pm (GMT 5.5) Robert Here is the problem statement. We pulled top CPU consuming jobs from SMF 30 report to identify potential opportunity towards saving...
View ArticleIMS DB/DC :: RE: Best IMS DB Unload Utility
Author: Rohit Umarjikar Posted: Fri Sep 23, 2016 8:43 pm (GMT 5.5) jjabez10, Welcome! There is no need to get hurt and feel bad but let me tell you that,experience these Experts have is incredible and...
View ArticleIMS DB/DC :: RE: Best IMS DB Unload Utility
Author: Robert Sample Posted: Fri Sep 23, 2016 8:50 pm (GMT 5.5)Quote:most the top CPU consuming jobs are Unload utility jobs. BMC utilities, like most vendor products, are fairly well optimized...
View ArticleSYNCSORT :: RE: Joinkeys with duplicated keys
Author: Bill Woodger Subject: Reply to: Joinkeys with duplicated keys Posted: Fri Sep 23, 2016 9:00 pm (GMT 5.5) No, Arun. On inspection the data shown, including the key, is identical and is claimed...
View ArticleSYNCSORT :: RE: Sort card to replace text using cross reference file
Author: Bill Woodger Subject: Reply to: Sort card to replace text using cross reference file Posted: Fri Sep 23, 2016 9:02 pm (GMT 5.5) I don't know why I thought the REFORMAT was variable :-) In your...
View ArticleSYNCSORT :: RE: Joinkeys with duplicated keys
Author: Arun Raj Posted: Fri Sep 23, 2016 9:20 pm (GMT 5.5) Bill - Records 3,4 and 5 are different._________________Arun...
View ArticleSYNCSORT :: RE: Joinkeys with duplicated keys
Author: RahulG31 Subject: Re: Reply to: Joinkeys with duplicated keys Posted: Fri Sep 23, 2016 9:36 pm (GMT 5.5) I wanted to make sure this comment from Bill is Not missed and this should be what OP...
View ArticleSYNCSORT :: RE: Joinkeys with duplicated keys
Author: Bill Woodger Subject: Reply to: Joinkeys with duplicated keys Posted: Fri Sep 23, 2016 9:40 pm (GMT 5.5) Thanks, Arun. Well, it wasn't a very good "inspection" then, was it? Now I understand...
View ArticleCOBOL Programming :: How can we create a flat file in JAVA with COMP-3 VALUES?
Author: rakesh.v18 Subject: How can we create a flat file in JAVA with COMP-3 VALUES? Posted: Fri Sep 23, 2016 10:46 pm (GMT 5.5) This file we need to send to mainframes after creating comp-3...
View ArticleCOBOL Programming :: RE: How can we create a flat file in JAVA with COMP-3...
Author: Bill Woodger Subject: Reply to: How can we create a flat file in JAVA with COMP-3 VALUES? Posted: Fri Sep 23, 2016 10:55 pm (GMT 5.5) Well, don't. Seen fixed-width character values, which...
View ArticleSYNCSORT :: RE: Joinkeys with duplicated keys
Author: Arun Raj Posted: Fri Sep 23, 2016 11:11 pm (GMT 5.5) Happens sometimes. You're welcome, Bill. _________________Arun...
View ArticleAll Other Mainframe Topics :: RE: RACF profile access
Author: steve-myers Posted: Fri Sep 23, 2016 11:16 pm (GMT 5.5)Quote:When I issue TSLO LG NEWPROF it lists the superior group, and users connected to the profile.You already said it's a group; you used...
View ArticleCOBOL Programming :: RE: How can we create a flat file in JAVA with COMP-3...
Author: Robert Sample Posted: Fri Sep 23, 2016 11:50 pm (GMT 5.5) I echo Bill's comment -- you really don't want to creat5e a file with packed decimal data in Java. Because if you want packed decimal,...
View ArticleDFSORT/ICETOOL :: RE: Get Record count in summary record for each group of...
Author: Arun Raj Posted: Fri Sep 23, 2016 11:53 pm (GMT 5.5) Atul Banke, The below DFSORT should give you something to start with. I have assumed the input to be FB with an LRECL=80. You might want to...
View ArticleDFSORT/ICETOOL :: RE: Get Record count in summary record for each group of...
Author: sergeyken Posted: Fri Sep 23, 2016 11:56 pm (GMT 5.5)Note #1 Under no circumstances you can get the count of following records before you've read all those records. You cannot guess in advance...
View ArticleCOBOL Programming :: RE: How can we create a flat file in JAVA with COMP-3...
Author: steve-myers Posted: Sat Sep 24, 2016 12:01 am (GMT 5.5) Certainly it can be done, but doing it is, well, dumb, to use a polite term more in keeping this site politically correct and using words...
View ArticleIMS DB/DC :: RE: Best IMS DB Unload Utility
Author: Gary Jacek Posted: Sat Sep 24, 2016 12:25 am (GMT 5.5) The vendors that create database unload/reload/index builder utilities live and breathe performance. Their product authors (in the case of...
View ArticleIMS DB/DC :: RE: Best IMS DB Unload Utility
Author: jjabez10 Posted: Sat Sep 24, 2016 12:45 am (GMT 5.5) yes they are in the process of getting rid of this vendor. Hence started looking for any other vendor with better performance Thanks all for...
View ArticleCOBOL Programming :: RE: How can we create a flat file in JAVA with COMP-3...
Author: Rohit Umarjikar Posted: Sat Sep 24, 2016 1:15 am (GMT 5.5) This is a JAVA question and nothing to do with COBOL. First you need to know comp-3 and then if you have any function which does that...
View ArticleCOBOL Programming :: RE: How can we create a flat file in JAVA with COMP-3...
Author: sergeyken Posted: Sat Sep 24, 2016 1:23 am (GMT 5.5) When COMP-3 data (i.e. Packed Decimal, i.e. DS PLn, etc.) are created as fields in a file to be transmitted to mainframe, it is possible,...
View Article