NetBatch Manual

Commands
NetBatch Manual522460-004
6-94
FC Command
7} INFO JOB /OUT $S.#INFO/ *
8} SUBMIT JOB J3, IN INFILE3, AT 15:00
This example shows retrieval, editing, and execution of the latest line in the buffer:
9} FC
9} SUBMIT JOB J3, IN INFILE3, AT 15:00
9}. 4// 4, WAITON J3
9} SUBMIT JOB J4, IN INFILE4, WAITON J3
9}.
Job J4 job number 4 submitted
10}
This example shows retrieval, editing, and execution of command line 4 in the
buffer:
9} FC 4
9} ADD CLASS DEFAULT, INITIATION OFF
9}.DDDIALTER// DDIN
9} ALTER CLASS DEFAULT, INITIATION ON
9}.
Class DEFAULT altered
10}
This example shows retrieval, editing, and execution of the third command line
preceding the current command line:
9} FC -3
9} ALTER EXECUTOR EXEC-01, CLASS (DEFAULT, ADMIN, SALES)
9}. ADMIN, SALES, DEFAULT
9} ALTER EXECUTOR EXEC-01, CLASS (ADMIN, SALES, DEFAULT)
9}.
Executor EXEC-01 altered
10}
This example shows retrieval, editing, and execution of the latest command line
beginning with INFO J:
9} FC INFO J
9} INFO JOB /OUT $S.#INFO/ *
9}. DDDICLASS// RADMIN
9} INFO CLASS /OUT $S.#INFO/ ADMIN
9}.
10}
This example shows the retrieval, editing, and execution of a multiline command:
15} SUBMIT JOB STOCK-LEVELS, IN $A.NBFILES.STOCK, OUT $S,
MAXPRINTPAGES 100, CLASS STANDARD-CLASS, PRI 149, AFTER
17:30, HOLDAFTER ON
Job STOCK-LEVELS job number 5 submitted
16} FC 15
16} SUBMIT JOB STOCK-LEVELS, IN $A.NBFILES.STOCK, OUT $S,
MAXPRINTPAGES 100, &
16}.DDDDDDIALTER// B
16} ALTER JOB STOCK-LEVELS, IN $B.NBFILES.STOCK, OUT $S,
MAXPRINTPAGES 100, &