Jump to content

NetBatch:NBEXEC/Starting NBexec: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 11: Line 11:
:or
:or


<div style="width: 80ch">
<div style="width: 80ch; .tpl-terminal {margin-left: 5em;}">
{{terminal|title=TACL|text=
{{terminal|title=TACL|text=
>BATCHCOM;SUBMIT <job-name>, IN <control file> [,OUT <list file>] &
>BATCHCOM;SUBMIT <job-name>, IN <control file> [,OUT <list file>] &
Line 102: Line 102:


The following example shows how to prevent NBEXEC from running more than two hours:
The following example shows how to prevent NBEXEC from running more than two hours:
<div style="width: 80ch">
<div style="width: 80ch;margin-left: 4em;">
{{terminal|title=TACL|text=1> NBEXEC/NAME, IN X, OUT $S/L2:0}}
{{terminal|title=TACL|text=1> NBEXEC/NAME, IN X, OUT $S/L2:0}}
</div>
</div>
or via $ZBAT, the default NetBatch scheduler:
or via $ZBAT, the default NetBatch scheduler:


<div style="width: 80ch">
<div style="width: 80ch;margin-left: 4em;">
{{terminal|title=TACL|text=1> BATCHCOM; SUBMIT REPORT,IN REPORT,OUT $S, STARTUP "L E-O-M,L2:0"}}
{{terminal|title=TACL|text=1> BATCHCOM; SUBMIT REPORT,IN REPORT,OUT $S, STARTUP "L E-O-M,L2:0"}}
</div>
</div>
Line 116: Line 116:
The following example shows how to make NBEXEC emulate a physical terminal for use by the processes created during the job:
The following example shows how to make NBEXEC emulate a physical terminal for use by the processes created during the job:


<div style="width: 80ch">
<div style="width: 80ch;margin-left: 4em;">
{{terminal|title=TACL|text=2> NBEXEC/IN COMP/ID T}}
{{terminal|title=TACL|text=2> NBEXEC/IN COMP/ID T}}
</div>
</div>
The following example shows how to make NBEXEC perform a syntax check on a single control file:
The following example shows how to make NBEXEC perform a syntax check on a single control file:
<div style="width: 80ch">
<div style="width: 80ch;margin-left: 4em;">
{{terminal|title=TACL|text=3> NBEXEC/IN CTRL/SY}}
{{terminal|title=TACL|text=3> NBEXEC/IN CTRL/SY}}
</div>
</div>