Guardian Programming Reference Summary for pTAL and TAL

SET^FILE Operations
Guardian Programming Reference Summary for pTAL and TAL522631-001
10-2
ASSIGN^
SECEXT
or
ASSIGN^
SECONDARY
EXTENTSIZE
Specifies the secondary extent
size (in units of 2048-byte
blocks) for the file.
new-sec-
ext-size
sec-ext-
size
Closed
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 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 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
SET^ABORT^
XFERERR
Sets or clears abort-on-transfer
error for the file. If on, and a
fatal error occurs during a data-
transfer operation (such as a call
to any SIO procedure except
OPEN^FILE), all files are
closed and the process
abnormally ends. If off, the file
system or SIO procedure error
number returns to the caller.
new-state state Open
Table 10-1. SET^FILE Operations That Set Values
<operation>
Parameter
(Required)
Description of Operation
Requested
new-value
Parameter
Entered
(Optional)
old-value
Parameter
Entered
(Optional)
State
of File