A remote control-program parameter list is referred to and can be modified by the execute form of the SNAP or SNAPX macro.
If you code only the DCB, ID, MF, or TCB parameters in the execute form of the macro, the bit settings in the parameter list corresponding to the SDATA, PDATA, LIST, and STORAGE parameters are not changed. However, if you code the SDATA, PDATA, or LIST parameters, the bit settings for the coded parameter from the previous request are reset to zero, and only the areas requested in the current macro are dumped.
The execute form of the SNAP or SNAPX macro is written as follows:
Syntax | Description |
---|---|
name | name: Symbol. Begin name in column 1. |
␢ | One or more blanks must precede SNAP. |
SNAP |
|
␢ | One or more blanks must follow SNAP. |
DCB=dcb addr | dcb addr: RX-type address,
or register (2) - (12). Note: The DCB parameter is not required
in all cases. See the parameter description for details.
|
,TCB=tcb addr |
tcb addr: RX-type address, or register (2) - (12). |
,ID=id nmbr | id nmbr: Symbol, decimal digit or register (2) - (12). |
,SDATA=ALL | |
,SDATA=(sys data code) | sys data code: Any combination of the following, separated by commas. If you specify only one code, you do not need parentheses. |
|
|
,PDATA=ALL | |
,PDATA=(prob data code) | prob data code: Any combination of the following, separated by commas. If you specify only one code, you do not need parentheses. |
|
|
,STORAGE=(strt addr,end |
strt addr: RX-type address, or register (2) - (12). |
Note: One or more pairs of addresses may be specified, separated by commas. For example: | |
STORAGE=(strt addr,end addr,strt addr,end addr) | |
,STRHDR=(hdr addr) |
hdr addr: RX-type address,
or register (2) - (12). Note: hdr addr is one or
more addresses separated by commas. If you specify only one header
address as an RX-type address, you do not need the parentheses. If
you specify one or more registers, then you must code double parentheses
(one set enclosing each register and one set enclosing the list of
registers). If STRHDR=(hdr addr) is specified,
then STORAGE must also be specified.
|
hdr list addr: RX-type address,
or register (2) - (12). Note: If STRHDR=hdr list addr is
specified, then LIST must also be specified.
|
|
,SUBPLST=sbp list addr | sbp list addr: RX-type address, or register (2) - (12). |
,DSPSTOR=list addr | list addr: A-type address or register (2) - (12). |
,MF=(E,ctrl addr) | ctrl addr: RX-type address, or register (1) or (2) - (12). |
The parameters are explained under the standard form of the SNAP and SNAPX macros, with the following exceptions: