sec1

16-bit integer. Origin file security code. Specify one if a

 

security code exists for the origin file.

typ2

16-bit integer. Destination file type. Specify only if you

 

want the destination file type to differ from that of the origin

 

file.

siz2

16-bit integer. Destination file size in blocks. Specify

 

only if you want the destination file size to differ from that of

 

the origin file. If specified, this value must be greater than the

 

block size of the origin file. A negative value should not be

 

specified (it would cause all available remote disk space to be

 

allocated to the destination file if a line failure occurred before

 

the file was truncated and closed). If you attempt to specify a

 

negative value, error code -6 will result.

rec2

16-bit integer. Destination file record size in words for

 

Type 2 files only. Specify only if you want the record size of the

 

destination file to differ from that of the origin file. It may not

 

be a negative value.

mode

16-bit integer. Transfer mode. Specify a nonzero value

 

in the parameter to cause both the origin file and the

 

destination file to be opened as Type 1. It is usually desirable to

 

enable this mode because variable record length files are then

 

transferred in blocks of 128 words which is faster than

 

recordbyrecord transfers.

isec2

16-bit integer. Destination file security code. Specify

 

only if a different security code is desired on the destination

 

file.

FLOAD

You may use this utility to download an absolute or memoryimage program file into memorybased RTEA nodes.

FLOAD(name,cr,node1,node2,err[,secu][,prtn][,psiz][,erbf])

name

Absolute program file name. A 3word array containing the

 

ASCIIcoded name of the program file to be downloaded. The

 

first five characters of the file name are used to fill in the ID

 

segment. Must be a FMGR file.

cr

16-bit integer. Program file's cartridge reference

 

number.

node1

16-bit integer. The Router/1000 node address of the

 

node at which the file exists. Must be a nonnegative node

 

address.

node2

16-bit integer. The Router/1000 node address of the

 

node where the file is to be downloaded.

err

16-bit integer. Error return.

secu

16-bit integer. Program file security code.

prtn

16-bit integer. This is a dummy parameter.

psiz

16-bit integer. This is a dummy parameter.

Maintenance Utilities 1421