Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
|
DCL VAR(&DATA) TYPE(*CHAR) LEN(2616) DCL VAR(&OPTION) TYPE(*CHAR) LEN(2) VALUE(X'012C') DCL VAR(&PROCFEAT) TYPE(*CHAR) LEN(4) DCL VAR(&INTFEAT) TYPE(*CHAR) LEN(4)
CALLPRC PRC('_MATMATR1') PARM(&DATA &OPTION)
CHGVAR VAR(&PROCFEAT) VALUE(%SST(&DATA 2609 4))
CHGVAR VAR(&INTFEAT) VALUE(%SST(&DATA 2613 4))HTH Vern
Is there a way to retrieve the Interactive Feature Code? I know I can get the Processor Feature code from a system value, but I would also like to find the Interactive Feature code. If I do a DSPHDWRSC (*PRC), how do I determine the interactive feature code?
Thanks, Bob
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.