Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (F)
Guardian Procedure Calls Reference Manual—522629-013
5-176
FILENAME_EDIT_ Procedure
options input
INT:value
gives additional options. If omitted, the default value is 0. The fields are:
<0:13> Reserved (specify 0).
<14> = 1 Remove filename prefix, that is, the entire portion of filename
that precedes the part specified by
level.
= 0 Do not remove prefix.
<15> = 1 Remove filename suffix, that is, the entire protion of filename
that follows the part specified by
level.
= 0 Do not remove suffix.
subpart input
INT:value
specifies a single section of the level 0 (destination) part of
filename to be
replaced. This parameter applies only to process file names, because only a
process file name can have a level 0 part with multiple components. Valid values
are:
0 Replace whole destination, that is, all sections occurring before the period (.).
1 Replace processor, that is, the numeric part designating the processor for an
unnamed process.
2 Replace PIN, that is, the numeric part that gives the process identification
number for an unnamed process.
3 Replace sequence number, that is, the numeric part that gives the sequence
number of a process.
.4 Replace name, that is, the alphanumeric section that begins with a question
mark and ends at the first colon or period.
The default value is 0.
You should specify a nonzero value for
subpart only when level is 0 and bits 14
and 15 (extract prefix and extract suffix) of
options are 0.
Note. The sequence number is mandatory for unnamed processes. Do not remove the
sequence number from an unnamed process file name because a fatal error will result