It's all about the answers!

Ask a question

RTCz V3 - passing parms in TRANSLATOR - using TSO command/ex


Donald Poulin (2249119107) | asked Jul 30 '10, 11:15 a.m.
I created a translator that executes a TSO exec and I put some parms on the comand line to pass to the exec. Here is the command

EXEC 'POULIND.RTXZV3M7.ZEXEC(TREX)' 'DB2Y,grp,ptype,dbrmname,plan,"${teamz.scm.dataset.prefix}.BINDSTM",BXB076'

I am able to pass the fully qualified name of a dataset usng the ${teamz.scm.dataset.prefix} variable.

Now the question - I need to pass the member name of the member bing "worked" on during this execution and am not able to find how to do that - any ideas?

One answer



permanent link
Tami Takamiya (2011110) | answered Jul 30 '10, 12:35 p.m.
JAZZ DEVELOPER
Pls try to use @{source.member} (Note: it starts with '@', not '$'). It contains the string that contains the member name being worked enclosed in parentheses, e.g. (MEMBER). Tami

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.