Testing & Performance analysis :: Need to understand TCB CPU and SRB CPU
Author: gandikk Subject: Need to understand TCB CPU and SRB CPU Posted: Mon Mar 20, 2017 9:32 pm (GMT 5.5) Hi, I have merged 2 cobol pgms to read the input only once. I have tested the new program with...
View ArticleTesting & Performance analysis :: RE: Need to understand TCB CPU and SRB CPU
Author: Robert Sample Posted: Mon Mar 20, 2017 10:02 pm (GMT 5.5) Google is your friend. Googling tcb srb returns about 86,400 hits and many on the first page of results explain the differences. For...
View ArticleTesting & Performance analysis :: RE: Need to understand TCB CPU and SRB CPU
Author: vasanthz Posted: Mon Mar 20, 2017 11:49 pm (GMT 5.5) Hi Robert,Code:Â CPU: 0 HR 10 MIN 38.06 SEC SRB: 0 HR 00 MIN 05.97 SECÂ CPU: 0 HR 10 MIN 50.81 SEC SRB: 0 HR 00 MIN 02.34 SEC I believe the...
View ArticleTesting & Performance analysis :: RE: Need to understand TCB CPU and SRB CPU
Author: vasanthz Posted: Tue Mar 21, 2017 12:00 am (GMT 5.5)Quote:Can I consider SRB time reduction as valid savings? You have to add the SRB and TCB time and compare the two runs, to assess if your...
View ArticleTesting & Performance analysis :: RE: Need to understand TCB CPU and SRB CPU
Author: Robert Sample Posted: Tue Mar 21, 2017 12:29 am (GMT 5.5) I'm used to the user exit format for CPU timings:Code:Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â -----TIMINGS (MINS.)------...
View ArticleTesting & Performance analysis :: RE: Need to understand TCB CPU and SRB CPU
Author: gandikk Subject: Reply to: Need to understand TCB CPU and SRB CPU Posted: Tue Mar 21, 2017 12:35 am (GMT 5.5) Thank you Robert & Vasanthz!! Your explanation helped me to understand the...
View ArticleTesting & Performance analysis :: RE: Need to understand TCB CPU and SRB CPU
Author: Bill Woodger Subject: Reply to: Need to understand TCB CPU and SRB CPU Posted: Tue Mar 21, 2017 2:40 am (GMT 5.5) You have taken two COBOL programs which read the same data, and made them into...
View ArticleTesting & Performance analysis :: RE: Need to understand TCB CPU and SRB CPU
Author: gandikk Subject: Reply to: Need to understand TCB CPU and SRB CPU Posted: Tue Mar 21, 2017 5:01 am (GMT 5.5) Bill, I have tested this program with 1000 and 250K samples to compare the results....
View ArticleCA Products :: Check Binary Values for symbols
Author: gandikk Subject: Check Binary Values for symbols Posted: Tue Mar 21, 2017 5:11 am (GMT 5.5) Hi, One of our Easytrieve program converts data into mixed case. It checks few symbols and converts...
View ArticleTesting & Performance analysis :: RE: Need to understand TCB CPU and SRB CPU
Author: steve-myers Posted: Tue Mar 21, 2017 5:20 am (GMT 5.5) Mr. Woodger is correct about testing the new program very carefully. The method you used to combine the two programs may have introduced...
View ArticleCA Products :: RE: Check Binary Values for symbols
Author: dneufarth Posted: Tue Mar 21, 2017 6:53 am (GMT 5.5) Google EBCDIC table?_________________Dave I came here to give you these facts. It is no concern of ours how you run your own planet. But if...
View ArticleCA Products :: RE: Check Binary Values for symbols
Author: steve-myers Posted: Tue Mar 21, 2017 7:27 am (GMT 5.5) As dneufarth says, Google EBCDIC. The first reference, a Wikpedia article, has a fairly decent table. I presume 64 in your list of numbers...
View ArticleCA Products :: RE: Check Binary Values for symbols
Author: gandikk Subject: Reply to: Check Binary Values for symbols Posted: Tue Mar 21, 2017 7:51 am (GMT 5.5) Thank you dneufarth & steve!! I was searching for Binary table, hex table. Didn't think...
View ArticleCompuware & Other Tools :: Want to pull the job log into a Mainframe Dataset...
Author: Jishu Mukherjee Subject: Want to pull the job log into a Mainframe Dataset from EOS31 Posted: Tue Mar 21, 2017 4:48 pm (GMT 5.5) Hi, I want to pull the job log from EOS 31J into a Mainframe...
View ArticleCompuware & Other Tools :: RE: Want to pull the job log into a Mainframe...
Author: Robert Sample Posted: Tue Mar 21, 2017 5:36 pm (GMT 5.5) Have you talked to your site support group? Access issues are usually related to your security product, and attempting to evade security...
View ArticleCompuware & Other Tools :: RE: Want to pull the job log into a Mainframe...
Author: Jishu Mukherjee Posted: Tue Mar 21, 2017 5:58 pm (GMT 5.5) I am getting below error for RSDPROF. INSUFFICIENT ACCESS AUTHORITY ACCESS INTENT(CONTROL) ACCESS ALLOWED(UPDATE ) As you can see that...
View ArticleCompuware & Other Tools :: RE: Want to pull the job log into a Mainframe...
Author: Robert Sample Posted: Tue Mar 21, 2017 6:27 pm (GMT 5.5) You DEFINITELY need to contact your site support group, the security team in particular. RACF CONTROL authority allows the user to...
View ArticleCompuware & Other Tools :: RE: Want to pull the job log into a Mainframe...
Author: steve-myers Posted: Tue Mar 21, 2017 6:46 pm (GMT 5.5) In RACF terminology there are five access levels: NONE, READ, UPDATE, CONTROL, and ALTER. NONE and READ are pretty obvious. Their precise...
View ArticleCompuware & Other Tools :: RE: Want to pull the job log into a Mainframe...
Author: Jishu Mukherjee Posted: Tue Mar 21, 2017 7:44 pm (GMT 5.5) Any other suggestion on how to pull the job details from EOS31J in a dataset.
View ArticleCompuware & Other Tools :: RE: Want to pull the job log into a Mainframe...
Author: Robert Sample Posted: Tue Mar 21, 2017 7:52 pm (GMT 5.5) I, for one, have no idea what the RSDPROF data set is since I have never used the product. If the RSDPROF data set is required for the...
View Article