next up previous contents index
Next: Read a bank Up: Description of user Previous: Write a bank

Output an array

CALL RZVOUT (VECT,NOUT,KEY,*ICYCLE*,CHOPT)

Input parameter description:

VECT
Array to be output onto the RZ file
VECT should be dimensioned at least to NOUT
NOUT
number of words of array VECT to be output
KEY
Keyword vector of length NWKEY as specified by RZMDIR.
ICYCLE
Cycle number ('A' option only)
CHOPT
Character variable specifying the selected options.
format
' '
The array contains floating point data (default)
'A'
Key will not be visible by RZLDIR
'B'
The array contains bitted data
'H'
The array contains Hollerith data
'I'
The array contains integer data
'R'
Replace existing object of identical size and keys
'S'
Search for existing object with same key vector suppressed. User is responsible for ensuring uniqueness of key vector. In case multiple objects with the same key vector exist, only the first is accessible.

Output parameter description:

ICYCLE
Cycle number associated to the key entered
ICYCLE=1 if KEY was not already present in the directory, and one larger than the previous cycle associated to the key otherwise.

The contents of a FORTRAN array can be written into an RZ file and associated with a key in the CWD by a call to RZVOUT. The convention for the cycle number is the same as for RZOUT.


Janne Saarela
Mon May 15 08:34:47 METDST 1995