× 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.



Not really a good idea anymore.

The technique you are discussing is losing its usefulness as IBM
starts qualifying system calls. So for example, a 90 - Sign Off from
the IBM provided Main menu may start or already be using a qualified
call and not even see your custom command in the library ahead of
QSYS.

The reason for the change is to ensure integrity of the OS and to
prevent "Trojan horse" type programs.

You need to either make use of CHGCMDDFT, or the command exit point
Rob mentions.

HTH,
Charles


On Fri, Apr 17, 2009 at 12:53 PM, Jeff Young <cooljeff913@xxxxxxxxx> wrote:
Instead of changing the command default in QSYS, I would recommend that you create another library for changed IBM commands, copy the command to that library and change it there.
Then, use the CHGSYSVAL  command to change the system portion of the library list to have your new library ahead of QSYS.  That way, your command will be executed and the IBM command will not have been changed.
This is also good for documentation if you upgrade the OS as you will have all of your changed commands there so that you can redo the changes on the new release.



Jeff Young
Sr. Programmer Analyst
IBM -e(logo) server Certified Systems Exper - iSeries Technical Solutions V5R2
IBM  Certified Specialist- e(logo) server i5Series Technical Solutions Designer V5R3
IBM  Certified Specialist- e(logo)server i5Series Technical Solutions Implementer V5R3








________________________________
From: "elehti@xxxxxxxxxxxxxxxxxx" <elehti@xxxxxxxxxxxxxxxxxx>
To: midrange-l@xxxxxxxxxxxx
Sent: Friday, April 17, 2009 12:02:17 PM
Subject: RE: User joblogs


Dave,
In the CL program you run every day to change IBM's default system
settings to your custom settings, add these statements:
QSYS/CHGCMDDFT CMD(QSYS/SIGNOFF) NEWDFT('LOG(*LIST)')
QSYS/MONMSG MSGID(CPF0000 CPC0000 CPD0000)

Everyone who signs off will produce a joblog of their session unless
they prompt with F4 and change to *NOLIST.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-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.