|
Hello Albert, Thank you for your reply! Could you or someone else give me a rundown of what this does? I sense that you're changing three environment variables, but only the QIBM_QSH_CMD_OUTPUT makes sense to me in the context of what we're trying to accomplish. Is the QSH you have at the end to be replaced by the QSH command I'm running? TIA, Dan --- albert_dalmau@roca.net wrote: > > Hello Dan, > I Have had the same problem and Stefan Lorei solved to me this > summer. > Thanks a lot Stefan. Now I can help Dan. > With this example your output will be disabled: > > PGM > > DCL VAR(&QSHCMD) TYPE(*CHAR) LEN(1000) > DCL VAR(&CLASSP) TYPE(*CHAR) LEN(1000) > > CHGVAR VAR(&CLASSP) + > > VALUE(".:/:/QIBM/ProdData/Http/Public/jt400+ > > /lib/jt400Access.zip:/QIBM/ProdData/Http/Pu+ > blic/jt400/lib/jt400.jar") > ADDENVVAR ENVVAR(CLASSPATH) VALUE(&CLASSP) > MONMSG MSGID(CPFA980) EXEC(DO) > CHGENVVAR ENVVAR(CLASSPATH) VALUE(&CLASSP) > ENDDO > > ADDENVVAR ENVVAR(QIBM_QSH_CMD_OUTPUT) VALUE(NONE) > MONMSG MSGID(CPFA980) EXEC(DO) > CHGENVVAR ENVVAR(QIBM_QSH_CMD_OUTPUT) VALUE(NONE) > ENDDO > > ADDENVVAR ENVVAR(QIBM_MULTI_THREADED) VALUE('Y') > MONMSG MSGID(CPFA980) EXEC(DO) > CHGENVVAR ENVVAR(QIBM_MULTI_THREADED) VALUE('Y') > ENDDO > > CHGVAR VAR(&QSHCMD) VALUE('java -Djava.version=1.2 + > > xvr.app.sip.ba.poolspa.data.as400.APIProduc+ > cionPedido') > QSH CMD(&QSHCMD) > > END: ENDPGM > > I hope that this can help you. Write me if you have some questions > about > this. > > Albert Dalmau (ROCA) > albert_dalmau@roca.net __________________________________________________ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.com/u2
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.