company logo

Parameter variables

Parameter variables are usually passed to operations as parameter list enclosed in ( ... ). Parameters might be passed simply as constants or variable names, but also as complex parameters including type definition and computation rules (e.g. for SELECT or GROUP_BY operations).

Parameters can be defined as parameter declarations ( params_dcl ) in method declarations (method header) or as parameter lists ( parm_list ) when calling an operation.