× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



The command WRKSYSACT is part of performance tools, so if you don't have
the licensed program 5722-PT1 (V5) or 5799-PT1 (V4) on your system, you
will not have that command in QSYS.

   Pete Massiello

Brunk, Kevin wrote:

When I try to run WRKSYSACT on our 730 @ V4R5, I get the message "Command WRKSYSACT in library *LIBL not found".  I then did a DSPOBJD *ALL/WRKSYSACT *CMD to see if the command was even on our system. It was in the previous version libraries QSYSV3R2M0, QSYSV4R2M0, QSYSV4R3M0, QSYSV4R4M0.  I added QSYSV4R4M0 to my library list and tried it again, getting the message: "Command WRKSYSACT not valid for current release."  Sooooo - it looks like this is a retired command and like old soldiers, OS/400 commands don't die, they just fade away!

Regarding programmer "sins", it's true programmers can affect performance of "production" work by doing development on a production machine.  But, sometimes, a production machine is your only development choice.  Good programmers are aware of this and their concern for inconveniencing their "customers" should lead them to use performance-friendly practices like:
	* always submit create functions (CRTRPGPGM, CRTPF, CRTLF, etc.) to batch.
     * don't build new logical files during normal work hours (remember, you don't actually need a member in the file just to compile the program - i.e. CRTLF MBR(*NONE) if all you need to do is compile).
     * don't use RUNQRY interactively.
     * if using the console for development (bad idea to start with), CHGJOB RUNPTY(20).
     * if using the console for any long running task (bad idea to start with), CHGJOB RUNPTY(50).
     * if debugging a "batch" like process interactively, CHGJOB RUNPTY(50)

==Kevin Brunk
The Butler Company
Dublin, OH

_______________________________________________
This is the GEAC/JBA System 21 Users (JBAUSERS-L) mailing list
To post a message email: JBAUSERS-L@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/jbausers-l
or email: JBAUSERS-L-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/jbausers-l.

.






As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.