Programming with Reflection
HP 3000 Host File Attributes
The following table shows the valid HP 3000 host file attributes you can specify in the Attributes argument to the WRQSendFile method. The Attributes argument takes a string value, and therefore must be enclosed in quotation marks. Multiple attributes are separated by a semicolon.
Sending HP 3000 attributes is an alternative to explicitly creating file equations for a new file on the host prior to the actual transfer.
Attribute |
Meaning\Syntax Example |
RECSIZE=n |
Number of bytes in record is n "RECSIZE=<n>" |
BLOCKFACTOR=n |
Blocking factor is n "BLOCKFACTOR=<n>" |
CODE=n |
File code is n "CODE=<n>" |
EXTENTS=n |
File extent is n "EXTENTS=<n>" |
ULABELS=n |
Number of user labels is n "ULABELS=<n>" |
FILESIZE=n |
File size (in records) is n "FILESIZE=<n>" |
ASCII |
ASCII file "ASCII" |
CCTL |
Carriage control "CCTL" |
TEMP |
Temporary file "TEMP" |
MSG |
Message file "MSG" |
CIR |
Circular file "CIR" |
RIO |
Relative I/O file "RIO" |
FORMAT=[F|V|U|S] |
Record format (Fixed, Variable, Undefined, or Stream) "FORMAT=F" |