Parameter expressions

Parameter expressions support additional capabilities for some objects, in addition to facilities provided by filters, in order to reduce the number of records in a result set.

The syntax to be used for parameter expressions is the same as that described in Performing an action against a resource. For example, to build a result set containing completed task history (HTASK) records that finished between 05:00pm and 05:05pm on the 17th of July 2006, use the following parameter expression:
 PARM('STARTDATE(07/17/2006) STARTTIME(17:00)
    INTERVAL(300).')

See CICSPlex SM resource tables for a description of the parameters for GET.