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



Keep in mind that you can do
Create Proxy Command (CRTPRXCMD)
and you can do CHGCMD against this new proxy command, HOWEVER, any changes
you make there are change in the physical command itself. For example if
I do

CRTPRXCMD CMD(QTEMP/KISSOFF) TGTCMD(SIGNOFF)
CHGCMDDFT CMD(QTEMP/KISSOFF) NEWDFT('LOG(*LIST)')

Then I've also changed the defaults on SIGNOFF and not just KISSOFF.

WRKOBJ OFF
Object Type Library Attribute
OFF *CMD QUSRSYS PRX

Notice the Attribute column?

DSPCMD OFF
...
Current proxy chain . . . . . . . . . : QUSRSYS/OFF
QSYS/SIGNOFF

Nice thing about this is if the vendor of the command puts a new version
out there in PRODLIB and you have a proxy command in QGPL you
automatically have the new parameters, etc. Very useful for that, and for
renames, etc. Not so good when you want customized defaults.
Much better than copying the command into QGPL and forgetting to update it
when you put on a new vendor version.

Proxy commands are very similar to
ADDLNK OBJ('/ThisDirectory')
NEWLNK('/home/ROB/ThisDirectory')
LNKTYPE(*SYMBOLIC)



Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.