It's all about the answers!

Ask a question

RTCz V3 M7A - client - Translator example


Donald Poulin (2249119107) | asked Jul 29 '10, 9:45 a.m.
Looking for an example of a Translator definition that uses a TSO command or exec. Specifically I am trying to create a Translator that would accomplish the following


/BINDALEX EXEC PGM=IKJEFT01,DYNAMNBR=20,COND=EVEN
//STEPLIB DD DISP=SHR,DSN=ALEX.LBDB2.SDSNLOAD
//DBRMLIB DD DISP=SHR,DSN=&SCLMDBRM
//SYSTSPRT DD SYSOUT=(,)
//SYSPRINT DD SYSOUT=(,)
//SYSUDUMP DD SYSOUT=(,)
//SYSIN DD *
/*
//SYSTSIN DD *


I can get everything to "pass" in to a build except executing IKJEFT01

One answer



permanent link
Tami Takamiya (2011110) | answered Jul 30 '10, 11:15 a.m.
JAZZ DEVELOPER
I think the SYSTSIN DD contains commands to be executed. Pls create a REXX script to issue those command and create a translator to invoke the created REXX script. 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.