Sybernet / Supplied Procedures Reference
Release 3.00
Nov 13, 2003
backwards forwards

HTTP.SP_CRON_TITLE

This procedure allows you to change the title of your Sybercron job while it is running. For long running Sybercron jobs that are being watched with the Sybercron Monitor, this procedure makes it possible to write different messages to the monitor's window. If your procedure is not running in Sybercron, then no action is taken and no error is returned by invoking this function.


Syntax

Procedure SP_CRON_TITLE
(
    TITLE                         VARCHAR2
)   ;

Parameters

Parameter Description
title
 
The title string in cron_history that is to be updated.


Example

The following example illustrates how to call sp_cron_title:

HTTP.SP_CRON_TITLE('Deleting...');
-- do some work here
HTTP.SP_CRON_TITLE('Updating...');
-- do some work here


See Also

FLAG
Sybercron Monitor



Sybernet is a trademark of SRI International.
Copyright © 1996-2008 SRI International. All Rights Reserved.
Denis D. Workman / http://Sybernet.sri.com/