Format SET OUTPUT [ file-spec ]
1 – Parameters
1.1 – file-spec
Specifies the file to which CDO sends the output from CDO commands.
2 – Description
The SET OUTPUT command defines where CDO sends the output from CDO during a session. If you specify a file with the SET OUTPUT command, CDO sends output to the default output location (SYS$OUTPUT) for your current process and to the specified file. If you specify SET OUTPUT without a file specification, CDO sends output only to the default output location. The SET OUTPUT command stays in effect until you change it with another SET OUTPUT command.
3 – Examples
CDO> SET OUTPUT In this example, the SET OUTPUT command captures the output from a CDO session and sends it to the default output location for your process.