JCL & VSAM :: RE: TAPE VERIFY utility??
Author: don.leahy Posted: Sat Dec 10, 2016 9:12 pm (GMT 5.5) Another guess: the abend could be coming from the tape management system that might be installed at your shop._________________"Let's work...
View ArticleJCL & VSAM :: RE: High CPU consumption Job using IAM files as input
Author: aswinir Subject: Reply to: High CPU consumption Job using IAM files as input Posted: Mon Dec 12, 2016 11:49 am (GMT 5.5) Thanks all. This was an existing program. I have sorted the input file...
View ArticleJCL & VSAM :: RE: High CPU consumption Job using IAM files as input
Author: Bill Woodger Subject: Reply to: High CPU consumption Job using IAM files as input Posted: Mon Dec 12, 2016 2:12 pm (GMT 5.5) That's the way to do it. I'd expect around 90% reduction in...
View ArticleJCL & VSAM :: RE: High CPU consumption Job using IAM files as input
Author: aswinir Posted: Mon Dec 12, 2016 2:16 pm (GMT 5.5) Yes that what I am doing. join on keys that i have to process and include only the record types that are needed.
View ArticleJCL & VSAM :: RE: High CPU consumption Job using IAM files as input
Author: Bill Woodger Subject: Reply to: High CPU consumption Job using IAM files as input Posted: Mon Dec 12, 2016 3:18 pm (GMT 5.5) To a KSDS and leaving the other program unchanged? Or you've changed...
View ArticleJCL & VSAM :: RE: High CPU consumption Job using IAM files as input
Author: aswinir Posted: Mon Dec 12, 2016 3:39 pm (GMT 5.5) Its only 1 program. 10m file is the driver file in which id is key record. each id record in parent file has 6 sub records in the 90m file....
View ArticleJCL & VSAM :: RE: High CPU consumption Job using IAM files as input
Author: Bill Woodger Subject: Reply to: High CPU consumption Job using IAM files as input Posted: Mon Dec 12, 2016 3:56 pm (GMT 5.5) That sounds about right, without knowing fuller details. Expect...
View ArticleJCL & VSAM :: RE: High CPU consumption Job using IAM files as input
Author: aswinir Posted: Mon Dec 12, 2016 4:03 pm (GMT 5.5) I am sorry about it. But the existing program logic was driven thru 10M records file. Reading 70K and 90M file based on keys in random mode....
View ArticleCA Products :: session stuck in TPX with status ACL
Author: amitc23 Subject: session stuck in TPX with status ACL Posted: Tue Dec 13, 2016 12:53 pm (GMT 5.5) Hi One of my TPX sessions (TSO) is stuck with a status of ACL. I am not able to select the...
View ArticleCA Products :: RE: session stuck in TPX with status ACL
Author: enrico-sorichetti Subject: Reply to: session stuck in TPX with status ACL Posted: Tue Dec 13, 2016 8:17 pm (GMT 5.5) topic locked, does not belong to ANY forum... waiting for a forum reply to...
View ArticleDB2 :: SQL query to run through list of values in table
Author: Ni3-db2 Subject: SQL query to run through list of values in table Posted: Wed Dec 14, 2016 9:52 am (GMT 5.5) I have a below query,i tried it but not able to come up with the exact solution. I...
View ArticleDB2 :: RE: SQL query to run through list of values in table
Author: RahulG31 Subject: Reply to: SQL query to run through list of values in table Posted: Wed Dec 14, 2016 11:50 am (GMT 5.5) I think you can do something as below. The first 2 columns should give...
View ArticleCICS :: INDEPENDENT CICS TS 4.1 MRO REGION UPGRADES TO CICS TS V5.3
Author: Kyle Carroll Subject: INDEPENDENT CICS TS 4.1 MRO REGION UPGRADES TO CICS TS V5.3 Posted: Wed Dec 14, 2016 6:55 pm (GMT 5.5) Hi, I am new to a company that has CICS TS V4.1 MRO regions that I...
View ArticleDB2 :: RE: SQL query to run through list of values in table
Author: Arun Raj Posted: Wed Dec 14, 2016 8:42 pm (GMT 5.5) I have not touched DB2 in a while, but should n't we be checking for something like this? This is not tested either and does n't take care of...
View ArticleIBM Tools :: TWS EQQYCAIN - not sure how to get application description
Author: mbenaud Subject: TWS EQQYCAIN - not sure how to get application description Posted: Wed Dec 14, 2016 8:45 pm (GMT 5.5) OK, I have a JOB that lists applications in groups (in TWS) and outputs...
View ArticleIBM Tools :: Viewing executing process in NDM .. questions about compress
Author: Debb.Brant Subject: Viewing executing process in NDM .. questions about compress Posted: Wed Dec 14, 2016 10:55 pm (GMT 5.5) This is just a "why" question .. no specific problem, I am just...
View ArticleDB2 :: RE: SQL query to run through list of values in table
Author: Rohit Umarjikar Posted: Wed Dec 14, 2016 11:15 pm (GMT 5.5) RahulG31, I think, you are missing the relation between two tables. Arun, I would like that approach but what if table2 doesn't have...
View ArticleDB2 :: RE: SQL query to run through list of values in table
Author: Arun Raj Posted: Thu Dec 15, 2016 1:12 am (GMT 5.5) Rohit, Yes, that was an assumption I made that all table1 IDs are available in the second table unless the OP has stated otherwise, or what...
View ArticleDB2 :: RE: SQL query to run through list of values in table
Author: Rohit Umarjikar Posted: Thu Dec 15, 2016 2:23 am (GMT 5.5)Quote:I see your code will give this for Case1: I think, you missed to look at my order by.Quote:Let's say an ID=ID1 has the CODEs...
View ArticleDB2 :: RE: SQL query to run through list of values in table
Author: Arun Raj Posted: Thu Dec 15, 2016 2:47 am (GMT 5.5) I was mentioning about the contents and not the ORDER. Let's keep the order aside for now.Rohit Umarjikar wrote:Your left outer join will...
View Article