NetBatch Manual
Attributes
NetBatch Manual—522460-004
7-53
DESCRIPTION Job Attribute
•
BATCHCOM breaks lines when their length exceeds 70 characters. To force
a
line break, enter a percent (%) character where you want the break to occur.
Characters preceded by a backslash (\) are treated as literal characters.
Example
•
This example shows submission of a job with the DESCRIPTION attribute and the
effect of the percent (%) and backslash (\) characters:
19} SUBMIT JOB DESCRIPTION-TEST, DESCRIPTION "This is a
sample job description t hat illustrates use of the
DESCRIPTION job attribute. You might be interested to see
where BATCHCOM breaks lines and the effects of the
percent (\%) %and backs
lash (\\) characters."
Job DESCRIPTION-TEST Jobnumber 2 submitted
20} INFO JOB 2, DESCRIPTION
JOB ATTRIBUTES for DESCRIPTION-TEST
jobnumber: 2
description:
This is a sample job description that illustrates use of the
DESCRIPTION job attribute. You might be interested to see
where BATCHCOM breaks lines and the effects of the percent
(%) and backslash (\) characters.
•
The log-file entries relating to the job submitted in the previous example include:
19SEP94 16:31:00 BEGIN JOB (SUPER.SUPER)DESCRIPTION-TEST:1
E_E1 L_26 J_2 P_TACL
\MELBDEV.$X594:16602925 U_255,255
This is a sample job description that illustrates use of the
DESCRIPTION job attribute. You might be interested to see
where BATCHCOM breaks lines and the effects of the percent
(%) and backslash (\) characters. .
.