integer function fdds_out(dict, alias, value, hist)
[ Description | Input | Output | Examples ]
alias is a list of definition names, delimited by white space. If a name is specified, the bootstrap dictionaries are searched. If a definition is found, its value specifies a dictionary name. This name is returned by the function.
Value provides a default name for the dictionary. It is used if a name can't be retrieved via alias.
hist provides a dictionary name. If specified, the dictionary should contain the processing history. It is used to initialize the output dictionary.
The dictionary returned by fdds_out is opened in "print" mode. Modes are described in fdds_dict.
integer j
character*1024 in, out
...
! open output dictionary
j = fdds_out(out, 'out', 'stdout:', in)
...
fdds_dict
fdds_in
fdds_mod