Search found 14 matches

by MartinPacker
Tue Jul 30, 2019 5:15 pm
Forum: Mainframe Performance, Capacity Planning and Software Cost.
Topic: RMF reports shows CPU more than 100%.
Replies: 2
Views: 7509

Re: RMF reports shows CPU more than 100%.

It could be Workload Activity Report that's being asked about. And then summing up gives you percent of an engine, rather than of the processor pool. So it could then go way over 100%.
by MartinPacker
Tue Jul 30, 2019 5:13 pm
Forum: Mainframe Performance, Capacity Planning and Software Cost.
Topic: "end of interval" in SMF.
Replies: 2
Views: 2181

Re: "end of interval" in SMF.

... and the value of this is to be able to plot usage by time of day - e.g. CPU time in SMF 30(2,3) Interval records. (Likewise RMF.)
by MartinPacker
Tue Jul 30, 2019 5:11 pm
Forum: Mainframe Performance, Capacity Planning and Software Cost.
Topic: True measure of CPU Time.
Replies: 5
Views: 3845

Re: True measure of CPU Time.

@priya I would reckon CPU time savings go hand-in-hand with Elapsed Time savings - which OUGHT to be of interest to your management.

I would also say that ranking jobs by CPU time is the best way to decide which to tackle in an overall CPU reduction effort.
by MartinPacker
Fri Sep 09, 2016 2:39 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Retrieve last 100 records from a dataset in COBOL.
Replies: 10
Views: 1644

Re: Retrieve last 100 records from a dataset in COBOL.

If there is a serious point, it is this:

I suspect it's quite hard to position to the last record in the file and read backwards.
by MartinPacker
Fri Aug 26, 2016 1:43 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: CONTROL INTERVAL SPLITING in VSAM.
Replies: 7
Views: 695

Re: CONTROL INTERVAL SPLITING in VSAM.

I think we should be gentle with the original poster (OP). My strong suspicion is that English is not their first language and VSAM is not their hottest topic. So let's try and edit in our heads and answer the original question... I would echo "VSAM Demystified" is a very good Redbook - bu...
by MartinPacker
Sun Nov 16, 2014 3:22 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Extract a record from XML file using COBOL?
Replies: 4
Views: 1799

Re: Extract a record from XML file using COBOL?

At the risk of publicising my blog you might also want to try some of the techniques I write about using DFSORT. Use your favourite web engine with the terms "XML DFSORT".
by MartinPacker
Sun Nov 16, 2014 3:12 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Extract a record from XML file using COBOL?
Replies: 4
Views: 1799

Re: Extract a record from XML file using COBOL?

Take a look at http://www.redbooks.ibm.com/redpieces/a ... .html?open and I'd start with a simple example before heading towards a "production ready" one.
by MartinPacker
Tue Aug 05, 2014 2:33 pm
Forum: IBM DB2 and IMS DB/DC
Topic: Why SELECT * is not preferred in embedded SQL programs?
Replies: 13
Views: 5295

Re: Why SELECT * is not preferred in embedded SQL programs?

SELECT * when all you wanted was columns in an index prevents index-only access. And I'm sure there are other access path no-nos. It also occurs to me that if column data is (eg RACF) protected then the request will fail, whether you wanted columns you don't have access to or not. Of course an unqua...
by MartinPacker
Wed May 28, 2014 12:35 pm
Forum: Polls and Ideas.
Topic: How About A Performance / Capacity / Software Cost Forum?
Replies: 13
Views: 4945

Re: How About A Performance / Capacity / Software Cost Forum

SMF / Performance / Capacity are largely unrelated to (DF)SMS and the access methods listed there. By the way there don't seem to be other discipline newsgroups (such as "Security" and "Availability") either.
by MartinPacker
Wed May 28, 2014 12:48 am
Forum: Polls and Ideas.
Topic: How About A Performance / Capacity / Software Cost Forum?
Replies: 13
Views: 4945

Re: How About A Performance / Capacity / Software Cost Forum

@Mainframe help - which one did you have in mind? None seem really related to Perf / Cap.
by MartinPacker
Tue May 27, 2014 10:25 pm
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: ICETOOL and ICEMAN in DFSORT - are they same?
Replies: 9
Views: 5978

Re: ICETOOL and ICEMAN in DFSORT - are they same?

As for ICETOOL...

... If you're licenced for DFSORT and have it installed then you have ICETOOL automatically. And if you're looking for a simple solution to a problem check ICETOOL first. Then ICEMAN / SORT.
by MartinPacker
Tue May 27, 2014 10:21 pm
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: What is the difference between Inrec fields and outrec?
Replies: 9
Views: 3554

Re: What is the difference between Inrec fields and outrec?

INREC reformats records on the way into a sort. OUTREC (and OUTFIL OUTREC) reformats them on the way out. General guidance: 1) If you're going to cut down the record length do it on the INREC - if at all possible. 2) You can use INREC with e.g PARSE and IFTHEN to reformat records so that sort fields...
by MartinPacker
Tue May 27, 2014 10:15 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Access the Control blocks
Replies: 9
Views: 3521

Re: Access the Control blocks

I'm interested in knowing why you want to nose through control blocks. "Idle curiosity" is a good answer, of course. :-)
by MartinPacker
Tue May 27, 2014 9:56 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: How About A Performance / Capacity / Software Cost Forum?
Replies: 2
Views: 946

How About A Performance / Capacity / Software Cost Forum?

I don't see one. Am willing to moderate one or whatever.

Go to advanced search