Sets the rate at which output is written to a batch job log file. For use only within command procedures that are submitted as batch or detached jobs. Format SET OUTPUT_RATE[=delta-time]
1 – Parameter
delta-time The time interval at which output is written from the output buffer to the batch job log file. If no delta time is specified, the information is written in the output buffer to the log file, but the output rate is not changed from the default of once per minute. Specify delta-time as [dddd-][hh:mm:ss.cc]. For more information on delta time, see the OpenVMS User's Manual or the online help topic Date.
2 – Example
$ SET OUTPUT_RATE=:0:30 . . . This command, when executed within a batch job, changes the default output rate from once a minute to once every 30 seconds.