TYPE=INITIAL parameter of IEFSSVTI

The IEFSSVTI macro with the INITIAL parameter begins the definition of a static function routine input table.

Syntax

The syntax of the IEFSSVTI macro with TYPE=INITIAL is written as follows:

Syntax Description
   
   name name: symbol. Begin name in column 1.
   
One or more blanks must precede IEFSSVTI.
   
IEFSSVTI  
   
One or more blanks must follow IEFSSVTI.
   
TYPE=INITIAL  
   
,SSVTDATA=ssvtdata ssvtdata: RS-type address
   
,TABLEN=tablen ssvtdata: RS-type address
   

Parameters

The parameters are explained as follows:

TYPE=INITIAL
A parameter that begins a static function routine input table build request. This TYPE=INITIAL request is the first request required to build the static function routine input table. The order in which you invoke requests to build the static function routine input table follows:
  • TYPE=INITIAL
  • TYPE=ENTRY
  • TYPE=FINAL
,SSVTDATA=ssvtdata
A required parameter that specifies the name of the function routine input table that you are building that relates supported SSVT function codes with function routines. Use this name when referencing the function routine input table and also on the SSVTDATA parameter of the IEFSSVT macro.
,TABLEN=tablen
A required parameter that specifies the name of a constant that the IEFSSVTI macro generates to define the length of the storage required by the function routine input table.

Use this parameter with a TYPE=RESERVE request to reserve dynamic storage when copying the function routine input table for TYPE=SET request modifications.