NetBatch Manual

Attributes
NetBatch Manual522460-004
7-91
PFS Job Attribute
PARAM YEAR 1993
5} ALTER ATTACHMENT-SET TODAY, (PARAM DAY 22)
Attachment-set (NB.USER)TODAY altered
6} DELETE ATTACHMENT-SET TODAY, PARAM DATE
Attachment-set (NB.USER)TODAY altered
7} INFO ATTACHMENT-SET TODAY, PARAM *
attachments: PARAM PERIOD-BEGIN 01SEP93
PARAM PERIOD-END 30SEP93
PARAM PERIOD-ID 9
PARAM DAY 22
PARAM MONTH SEPTEMBER
PARAM YEAR 1993
PFS Job Attribute
The PFS job attribute specifies the size in bytes of a job’s executor-program process
file segment (PFS).
number
is a number in the range 131,072 through 1,048,576 specifying the PFS size in
bytes, or is 0 for the number specified in the executor program. (131,072 bytes
equals 128 kilobytes [KB], or one segment; 1,048,576 bytes equals 1024 KB, or
eight segments).
Considerations
The executor-program process of a job submitted without the PFS attribute has a
PFS size as specified in the executor program.
The scheduler places the value of the PFS attribute in the pfs-size parameter of
the PROCESS_CREATE_ procedure. For more information on the procedure, see
the Guardian Procedure Calls Reference Manual.
Example
This example shows the ALTER JOB command setting the PFS attribute of a job:
3} INFO JOB 12, PFS
JOB ATTRIBUTES for PFS-TEST
jobnumber: 12
4} ALTER JOB 12, PFS 131072
Job PFS-TEST Jobnumber 12 altered
5} INFO JOB 12, PFS
JOB ATTRIBUTES for PFS-TEST
jobnumber: 12
pfs: 131072
PF[S] number