syssub

syssub provides a mechanism for running a database subroutine inline with the page build at the point of insertion.

object record

sysobjects (syssub)

Field

Description

Information

  Security Groups  
  Module  
<2> Description  
<4.2> Dependant field  
<4.4> Invisible  
<10.1> Subroutine name The name of the catalogued database subroutine. This routine will be called and the "HTML" result will be inserted within the collection (page or table). Routines for this kind of call should be of the following format: 

SUB subobjectname(html)
*--- include the common block 
INCLUDE sysbp syscommon 
*
* user defined code 

* This code need not 
* generate HTML. 

*--- HTML generation completed 
RETURN

<10.2> Parameters Any text captured within this element will be passed to the subroutine through the syssubparm common block item.