Is it possible to parameterise an MQ script.
I'm running a environment setup script on an AS400. There are however many environments
What i'd like to do is pass the evnironment e.g.
DEFINE QALIAS(OLY.COD.A0000.TARGET.%ENV)
LIKE(SYSTEM.DEFAULT.ALIAS.QUEUE)
TARGQ(OLY.COD.L0000.TARGET.%ENV)
DEFPSIST(YES)
GET(ENABLED)
PUT(ENABLED)
REPLACE
Can this be done?
Many thanks WP Bill Paton
william.paton@ubsw.com
Check out
I'm running a environment setup script on an AS400. There are however many environments
What i'd like to do is pass the evnironment e.g.
DEFINE QALIAS(OLY.COD.A0000.TARGET.%ENV)
LIKE(SYSTEM.DEFAULT.ALIAS.QUEUE)
TARGQ(OLY.COD.L0000.TARGET.%ENV)
DEFPSIST(YES)
GET(ENABLED)
PUT(ENABLED)
REPLACE
Can this be done?
Many thanks WP Bill Paton
william.paton@ubsw.com
Check out