Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (S)
Guardian Procedure Calls Reference Manual522629-013
14-48
SET^FILE Procedure
INIT^FILEFCB Specifies that the file
FCB be initialized. This
operation is not used
when the INITIALIZER
procedure is called to
initialize the FCBs. It is
valid only for C-series
format FCBs. For
example:
CALL SET^FILE
(common^fcb,
INIT^FILEFCB);
CALL SET^FILE
(in^file,INIT^FILEFCB);
must be
omitted
must be
omitted
Closed
INIT^FILEFCB^D00 Specifies that the file
FCB be initialized. This
operation is not used
when the INITIALIZER
procedure is called to
initialize the FCB. It is
valid only for D-series
format FCBs. For
example:
CALL SET^FILE
(common^fcb,
INIT^FILEFCB^D00);
CALL SET^FILE (in^file,
INIT^FILEFCB^D00);
must be
omitted
must be
omitted
Closed
Table 14-2. SET^FILE Operations That Set Values (page 3 of 10)
operation
Description of
Operation Requested new-value old-value
State
of
File