Sybernet / Supplied Procedures Reference
Release 3.00
Oct 14, 2002
backwards forwards

HTTP.SP_PRINT_JACKET

This procedure calls SP_PRINT. Since only stored procedures may be registered with Sybercron, SP_PRINT registers this procedure with Sybercron.

noteFor Internal Use Only.

Syntax

Procedure SP_PRINT_JACKET
(
    BUTTON                        VARCHAR2
,   PROCNAME                      VARCHAR2
,   PARAM1                        VARCHAR2
,   PARAM2                        VARCHAR2
,   PARAM3                        VARCHAR2
,   SHELLSCRIPT                   VARCHAR2
,   FILENAME                      VARCHAR2
,   DEVICENAME                    VARCHAR2
,   SENDER                        VARCHAR2
,   CONFIGURATION                 VARCHAR2
)   ;

Parameters

Parameter Description
button
 
For internal use.
procname
 
The name of your stored procedure.
param1
 
An optional parameter passed to your procedure by position.
param2
 
An optional parameter passed to your procedure by position.
param3
 
An optional parameter passed to your procedure by position.
shellscript
 
The name of the shell script that will print the output result of your stored procedure.
filename
 
The name of the disk file that is created. If not specified, a unique filename will be invented.
devicename
 
A valid device name from the table HTTP.CRON_DEVICENAMES.
sender
 
Your e-mail address.
configuration
 
The name of the configuration file to be passed to html2ps.

See Also

SP_PRINT


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