|
Hi All,
We have multiple stored procedures called from dotNet applications.
Periodically the CPU percentage spikes and when I do a WRKACTJOB and sort
by CPU % QZDASOINIT jobs are at the top of the list.
These jobs run in the *DFTACTGRP (do the have to or should they?).
Here is where I want to pick the group's brain.
A program does not specify any keywords on the F-specs and sets on *INLR
at the end of the program. So does this mean that each time the stored
procedure runs it must open and close the files?
My understanding is that opening and closing files is expensive.
My understanding is the if a file is specified as static in a service
program it is opened when the service program is first called and remains
open until the activation group of the service program ends.
I use this approach in many of my service programs so the file is opened
only once and closed when the activation group ends. But I'm not sure this
is the right approach for QZDASOINIT jobs as they run in the *DFTACTGRP
which means the file won't be closed until the job ends and *DFTACTGRP jobs
remain for a long time.
Am I looking in the wrong place for potential performance gains? Is there
a best practice for handling files in external programs called by stored
procedures?
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.