Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

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?

0 votes



One answer

Permanent link
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

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jul 30 '10, 11:15 a.m.

Question was seen: 7,114 times

Last updated: Jul 30 '10, 11:15 a.m.

Confirmation Cancel Confirm