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

SYSIN on zOS translators

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!!!!!

0 votes



2 answers

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

0 votes


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

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: Aug 22 '11, 10:10 a.m.

Question was seen: 4,625 times

Last updated: Aug 22 '11, 10:10 a.m.

Confirmation Cancel Confirm