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



All,

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 vendors program.

Bascially, 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 charactor
CPYF FROMFILE(LIB1/MYFILE) TOFILE(LIB2/MYFILE) FROMKEY(1 '-100')
TOKEY(1 '-100')


Does anybody see any possible issues with this?

Thanks!
Charles Wilt

As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.