|
Rob Dekko was helping me with a CL to grab system ASP numbers using the QYASPOL API, but all I get is the error message: GUI0141 'Filter specification is not valid'. Heres the code: PGM DCL VAR(&RCVR) TYPE(*CHAR) LEN(113) DCL VAR(&LEN) TYPE(*CHAR) LEN(4) DCL VAR(&LIST) TYPE(*CHAR) LEN(80) DCL VAR(&NUMR) TYPE(*CHAR) LEN(4) DCL VAR(&NUMF) TYPE(*CHAR) LEN(4) DCL VAR(&FLTR) TYPE(*CHAR) LEN(14) DCL VAR(&FMT) TYPE(*CHAR) LEN(8) VALUE('YASP0200') DCL VAR(&ERR) TYPE(*CHAR) LEN(80) DCL VAR(&FSIZE) TYPE(*CHAR) LEN(4) DCL VAR(&FKEY) TYPE(*CHAR) LEN(4) DCL VAR(&FFDSIZE) TYPE(*CHAR) LEN(4) DCL VAR(&FDATA) TYPE(*CHAR) LEN(4) CHGVAR VAR(%BIN(&FSIZE 1 4)) VALUE(16) CHGVAR VAR(%BIN(&FKEY 1 4)) VALUE(1) CHGVAR VAR(%BIN(&FFDSIZE 1 4)) VALUE(4) CHGVAR VAR(%BIN(&FDATA 1 4)) VALUE(-1) CHGVAR VAR(&FLTR) VALUE(&FSIZE *CAT + &FKEY *CAT + &FFDSIZE *CAT + &FDATA) CHGVAR VAR(%BIN(&ERR 1 4)) VALUE(80) CHGVAR VAR(%BIN(&ERR 5 4)) VALUE(0) CHGVAR VAR(%SST(&ERR 9 72)) VALUE(' ') CHGVAR VAR(%BIN(&LEN 1 4)) VALUE(113) CHGVAR VAR(%BIN(&NUMF 1 4)) VALUE(1) CHGVAR VAR(%BIN(&NUMR 1 4)) VALUE(0) CALL PGM(QGY/QYASPOL) + PARM(&RCVR + &LEN + &LIST + &NUMR + &NUMF + &FLTR + &FMT + &ERR) ENDPGM It seems to not like the value in &FLTR. I looked up the API at publib.boulder.ibm.com , but ..... the harder I think, the confuser I get Dan Rasch - because if the human species concentrated on the really important things in life, there would be a shortage of fishing poles! +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
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.