Integrations (PTC products, 3rd party products and code) > Code integration (Ada, ARINC 653, C, C#, C++, IDL, Java, SQL and VB) > SDL script for generating code > Keywords > Overview of keywords (SDL script) — Keywords for loading generation templates
  
Overview of keywords (SDL script) — Keywords for loading generation templates
Loading a generation template:
%load
Loads a generation template.
Passing a parameter to a called generation template:
%param
Specifies local variables to pass as parameters when loading a generation template.
Working with a passed parameter in the called generation template:
%setparam
Sets the value of a local variable that has been passed as a parameter to a called generation template.
%getparam
Gets the value of a local variable that has been passed as a parameter to a called generation template.