MV GETDATAN
This command returns some or all of the collected view data.
Command | Parameters |
---|---|
MainView | MV GETDATAN | [COUNT(nnnnn)] [STEM(variable_name)] [REFRESH] CHANNEL(channelname) |
The following table describes the parameters:
Parameter | Function | Notes |
---|---|---|
COUNT | number of rows of data to retrieve | (optional ) When used, specify a numeric value between 1-99999. If you do not specify a value, the default is 500. |
STEM | name of the REXX stem variable to hold the returned data | (optional) When used, specify a value from 1 to 31 alphanumeric characters. If you do not specify a value, the default is MV. Refer to Stem-variables-returned-by-IMFEXEC-MV-GETDATAN for more information about how this keyword's value is used. Note: If only one set of data is retrieved and used at a time, there is no requirement to adjust this value. However, if multiple sets of data from different views need to be referenced simultaneously, use this keyword to uniquely name each set of returned data. |
REFRESH | specifies that new view data will be retrieved from MainView | first request for data from a view in a given channel requires REFRESH In addition:
|
CHANNEL | token that identifies a previously connected channel | 1- to 32-characters alphanumeric This value is the token returned in the CHANNEL variable supplied on the IMFEXEC MV CONNECT command. |