NetBatch Manual

Attributes
NetBatch Manual522460-004
7-93
PURGE-IN-FILE Job Attribute
not include the PRI run option. For more information, see the TACL Reference
Manual.)
> STATUS *, TERM
Process Pri PFR %WT Userid Program file …
$C2 0,52 149 R 000 205,70 TACL …
$ZBAT 0,89 148 P 001 255,255 NETBATCH …
$C2 B 1,51 149 001 205,70 TACL …
$ZBAT B 3,27 148 P 001 255,255 NETBATCH …
> FUP COPY INPUT
FUP /OUT $NULL, NAME $F1, NOWAIT, PRI 89/ FILES *
FUP /OUT $NULL, NAME $F2, NOWAIT, PRI 175/ FILES *
FUP /OUT $NULL, NAME $F3, NOWAIT/ FILES *
> BATCHCOM $ZBAT; INFO SCHEDULER, DEFAULT-PRI
SCHEDULER ATTRIBUTES
default-pri: 120
> BATCHCOM $ZBAT; SUBMIT JOB FILES, EXECUTOR-PROGRAM TACL,
IN INPUT, PRI 123
Job FILES job number 447 submitted
> STATUS *, USER
Process Pri PFR %WT Userid Program file …
$C2 0,52 149 R 000 205,70 TACL …
$F1 0,90 89 P 004 205,70 FUP …
$Z357 0,91 123 R 000 205,70 TACL …
$F2 0,92 175 P 004 205,70 FUP …
$F3 0,93 122 P R 000 205,70 FUP …
$C2 B 1,51 149 001 205,70 TACL …
PURGE-IN-FILE Job Attribute
The PURGE-IN-FILE job attribute determines whether the scheduler is to purge a job’s
input file when it deletes the job.
OFF
prevents the scheduler from purging the job’s input file.
ON
causes the scheduler to purge the job’s input file when it deletes the job. The
scheduler does this only if the job owner has purge access to the file.
Considerations
The scheduler treats a job submitted without the PURGE-IN-FILE attribute like a
job with the attribute PURGE-IN-FILE OFF.
Caution. The scheduler deletes the input file regardless of whether the job has run.
P[URGE]-[IN]-[FILE] { OF[F] | ON }