outputpar

Force the parameter value to be output

Description:

Forces the parameter to be treated as an ‘output’ parameter, regardless of the specified access mode. For more information, see ‘The outputpar keyword’ (Section 6.3.3).

Invocation

outputpar

Arguments

Examples:

parameter INFILE {

type FILE

access READ

outputpar

...

}

The name of the file to be read from is generated by the program and output as the value of parameter INFILE.


ADAM:

None.
IRAF:
The parameter is listed in the Output Parameter File.