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

RTC 3.0.1 - zOS - pre/post commands on Builds

Builds and pre/post command line - if I use the .submit command on a pre or post command build does the submitted job run synchronously or asynchronously to the build? In other words when the JCL gets submitted via the JCL Monitor does the build process wait for the submitted job to complete before it completes? If I use JCL that does a --

/*ROUTE XEQ SITEB

to execute a job at "SITEB" how does that affect the synchronous/asynchronous picture?

0 votes



2 answers

Permanent link
Rational Build Agent waits for the completion of the submitted jobs. I have not tried ROUTE statement and am not sure how it works with Job Monitor/Rational Build Agent.

Builds and pre/post command line - if I use the .submit command on a pre or post command build does the submitted job run synchronously or asynchronously to the build? In other words when the JCL gets submitted via the JCL Monitor does the build process wait for the submitted job to complete before it completes? If I use JCL that does a --

/*ROUTE XEQ SITEB

to execute a job at "SITEB" how does that affect the synchronous/asynchronous picture?

0 votes


Permanent link
If the build agent waits for the completion of the submitted job then it should not matter of there is a /*ROUTE or not. Running a job with a /*ROUTE as no effect on the sending system. What I mean by that is the job starts and the job finishes once it gets the response back from the target system. So it should just look like a normal job to the job monitor. Unfortunately we don't have any NODEs defined on our test systems that we can try. I would suggest just giving it a go.

Rational Build Agent waits for the completion of the submitted jobs. I have not tried ROUTE statement and am not sure how it works with Job Monitor/Rational Build Agent.

Builds and pre/post command line - if I use the .submit command on a pre or post command build does the submitted job run synchronously or asynchronously to the build? In other words when the JCL gets submitted via the JCL Monitor does the build process wait for the submitted job to complete before it completes? If I use JCL that does a --

/*ROUTE XEQ SITEB

to execute a job at "SITEB" how does that affect the synchronous/asynchronous picture?

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: Jun 27 '11, 3:04 p.m.

Question was seen: 5,109 times

Last updated: Jun 27 '11, 3:04 p.m.

Confirmation Cancel Confirm