Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

BATCHCOM.

207 views
Skip to first unread message

Vijay Muralidharan

unread,
Jun 17, 2013, 12:59:41 PM6/17/13
to
Using batchcom i can able to execute some tacl macros very well. But i want to know whether is it possible to do the tal compilation using batchcom? If yes, how?

Anupam Das

unread,
Jun 17, 2013, 1:11:40 PM6/17/13
to
On Monday, June 17, 2013 10:29:41 PM UTC+5:30, Vijay Muralidharan wrote:
> Using batchcom i can able to execute some tacl macros very well. But i want to know whether is it possible to do the tal compilation using batchcom? If yes, how?

Why not?! Same as you executed any other tacl macro, routine or command. Encapsulate the compilation command inside an obey file and put that obey file in the IN file of the job.

wbreidbach

unread,
Jun 18, 2013, 2:03:25 AM6/18/13
to
Everything that can be done using a non-interactive TACL can be done within NetBatch. Just ensure that you are using the correct userid and correctly specify your input and output files.
btw: I cannot imagine any reason for using the TAL compiler within NetBatch except massive capacity problems.

Doug

unread,
Jun 18, 2013, 5:31:43 PM6/18/13
to
On Monday, June 17, 2013 11:03:25 PM UTC-7, wbreidbach wrote:
> Am Montag, 17. Juni 2013 19:11:40 UTC+2 schrieb Anupam Das: > On Monday, June 17, 2013 10:29:41 PM UTC+5:30, Vijay Muralidharan wrote: > > > Using batchcom i can able to execute some tacl macros very well. But i want to know whether is it possible to do the tal compilation using batchcom? If yes, how? > > > > Why not?! Same as you executed any other tacl macro, routine or command. Encapsulate the compilation command inside an obey file and put that obey file in the IN file of the job. Everything that can be done using a non-interactive TACL can be done within NetBatch. Just ensure that you are using the correct userid and correctly specify your input and output files. btw: I cannot imagine any reason for using the TAL compiler within NetBatch except massive capacity problems.



All compiles are run through Batchcom where I work to prevent the developers from inundating a CPU with multiple compilers. The compiles are scheduled via an executor that runs one at a time. Submitting the compiles through Batchcom also provides an audit log.

the compile command is coded in <file-in>.

Then submit the batch job using the below as an example

BATCHCOM / NAME / ; SET JOB IN <file-in>;
open $ZBAT; &
set job class CBLCOMP; &
set job out $s.#<prog-name>; &
set job adp (<user-id>)PROD; &
submit job CBLCOMP-<prog-name>



wbreidbach

unread,
Jun 19, 2013, 1:23:40 AM6/19/13
to
That is what I addressed with "capacity problems". In fact that is the classical way to queue the compiles. We do not have those problems since we are using ETK.
0 new messages