It's all about the answers!

Ask a question

SYSIN on zOS translators


Luis Bazo (6832019) | asked Aug 22 '11, 10:10 a.m.
JAZZ DEVELOPER
Hi guys,

I was wondering to know if

//SYSLIN DD DSN=PRD0.CICS.SDFHCOB.ARDE(DFHEILIC),DISP=SHR
// DD DSN=&&OBJ,DISP=OLD
// DD DDNAME=SYSIN2
//SYSIN2 DD *
INCLUDE SYSLIB(DFHECI)
INCLUDE CSQSTUB(CSQCSTUB)
ORDER DFHECI
NAME ]PROGRAM](R)

Is possible to implement what is above using zOS translators? How can I define a card SYSIN2 with two "INCLUDE" contained in it?

In case this is not possible, could we call .submitJCL -c somehow from TSO or ISPF call methods?

Thanks!!!!!

2 answers



permanent link
Joseph Chang (1552319) | answered Oct 08 '11, 2:19 p.m.
There is an article in jazz.net mentions about how to define link card in translator. Hope it's helpful.
https://jazz.net/wiki/bin/view/Main/LinkEditScenarios

permanent link
Rossella Donadeo (633) | answered Oct 14 '11, 4:46 a.m.
Hello,
I'm a "beginner" of RTC usage so please be patient if my
terminolgy is not correct or if I'm saying things obvious.
Anyway we did the z/OS linkedit in our test
environment via .submitJCL command so I think it can be helpful to
know how we did it.
We specified it in the build definition post-build command line
section as:

.submitJCL hqual.JCL(BUILD)

hqual.JCL is populated by jcl like the one you described above
that are fetched during the build from the corresponding
component we defined in our data stream.

We defined also a separate build definition of type
"command line - Rational Build Agent" and specified in it
the same .submitJCL command.

Ciao,
Rossella


Hi guys,

I was wondering to know if

//SYSLIN DD DSN=PRD0.CICS.SDFHCOB.ARDE(DFHEILIC),DISP=SHR
// DD DSN=&&OBJ,DISP=OLD
// DD DDNAME=SYSIN2
//SYSIN2 DD *
INCLUDE SYSLIB(DFHECI)
INCLUDE CSQSTUB(CSQCSTUB)
ORDER DFHECI
NAME ]PROGRAM](R)

Is possible to implement what is above using zOS translators? How can I define a card SYSIN2 with two "INCLUDE" contained in it?

In case this is not possible, could we call .submitJCL -c somehow from TSO or ISPF call methods?

Thanks!!!!!

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.