*GRIDLIST
Grid
Defines a named set of column options for use in *GRIDSR or *GRIDMR questions. A *GRIDLIST can be reused across multiple grid questions in the same script file.
Usage
script definition (.q)
*GRIDLIST 'ScaleName' 1:Strongly Disagree 2:Disagree 3:Neutral 4:Agree 5:Strongly Agree /
Define *GRIDLIST once and reference it in multiple grid questions to keep the script DRY.
Each option must be on its own line in the format code:label.