Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
|
I've got a need to enable the CPYF using the FROMKEY/TOKEY
parameter with a signed numeric key when one specific file is
being copied. The call to CPYF is being done in a vendor's
program.
Basically, the vendor's program will do
CPYF FROMFILE(LIB1/MYFILE) TOFILE(LIB2/MYFILE)
FROMKEY(1 -100) TOKEY(1 -100)
I'm thinking that QIBM_QCA_CHG_COMMAND may be my answer.
I can build an exit program that check to see if CPYF is being
used on MYFILE with the FROMKEY and TOKEY parameters. If so, I
could invoke a custom written program to copy the appropriate
records.
I'd set the vendor software up so that it passed the value as
character
CPYF FROMFILE(LIB1/MYFILE) TOFILE(LIB2/MYFILE)
FROMKEY(1 '-100') TOKEY(1 '-100')
Does anybody see any possible issues with this?
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2026 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.