SDUMPX - Execute form

A remote control program parameter list is referred to and can be modified by the execute form of the SDUMPX macro.

If you code one or more of the SDATA parameters on the execute form of the macro, any SDATA parameters coded on the list form are lost.

Syntax

The execute form of the SDUMPX macro is written as follows:

Syntax Description
   
   name name: Symbol. Begin name in column 1.
   
One or more blanks must precede SDUMPX.
   
SDUMPX  
   
One or more blanks must follow SDUMPX.
   
   HDR=‘dump title’ dump title: From 1 to 100 characters.
   HDRAD=dump title addr dump title addr: A-type address, or register (2) - (12).
   
   ,DCB=dcb addr dcb addr: A-type address, or register (2) - (12).
   
   ,ASID=ASID addr ASID addr: A-type address, or register (2) - (12).
   ,ASIDLST=list addr list addr: RX-type address, or register (2) - (12).
   
   ,JOBLIST=list addr list addr: RX-type address, or register (2) - (12).
   
   ,DSPLIST=list addr list addr: RX-type address, or register (2) - (12).
   
   ,TYPE=(type code) type code: Any of the following, separated by commas: XMEM, XMEME, NOLOCAL, FAILRC
  Note: XMEM and XMEME are mutually exclusive codes.
   
   ,PLISTVER=1 decimal digit 1: Use up to 112-byte parameter list.
   ,PLISTVER=2 decimal digit 2: Use 128-byte parameter list.
   ,PLISTVER=3 decimal digit 3: Use 184-byte parameter list.
  Defaults are as follows:

PLISTVER=2, if you specify SYMREC, ID, IDAD, PSWREGS, SDATA=DEFS, SDATA=NODEFS, or SDATA=IO.

PLISTVER=3, if you specify STRLIST, REMOTE, INTOKEN, DSPLIST, JOBLIST, PROBDESC, LIST64 or SUMLIST64.

PLISTVER=1, in all other cases.

   
   ,SYMREC=symrec addr symrec addr: RX-type address, or register (2) - (12).
   
   ,ID=‘identifier identifier: From 1 to 50 characters.
   ,IDAD=identifier addr identifier addr: RX-type address, or register (2) - (12).
   
   ,INTOKEN=token addr token addr: RX-type address, or register (2) - (12).
   
   ,REMOTE=area addr area addr: RX-type address, or register (2) - (12).
   
   ,STRLIST-structure list addr structure list addr: RX-type address or register (2) - (12).
   
   ,PSWREGS=parm list addr parm list addr: RX-type address, or register (2) - (12).
   
   ,ECB=(ecb addr) ecb addr: A-type address, or register (2) - (12).
   ,ECB=(ecb addr,CAPTURE)  
   ,ECB=(ecb addr,WRITE)  
   ,SRB=(srb addr) srb addr: A-type address, or register (2) - (12).
   ,SRB=(srb addr,CAPTURE)
Note:
  1. If you code ECB=(ecb addr), without specifying CAPTURE or WRITE, SVC dump posts the ECB at the completion of the capture phase unless you also specify the DCB parameter. If you specify both the ECB and DCB parameters, the ECB is posted at the completion of the writing phase.
  2. If you code SRB=(srb addr), without specifying CAPTURE or WRITE, SVC dump schedules the SRB at the completion of the capture phase unless you also specify the DCB parameter. If you specify both the SRB and DCB parameters, the SRB is scheduled at the completion of the writing phase.
   ,SRB=(ecb addr,WRITE)  
   
   ,SDATA=(sdata options) sdata options: Any combination of the following, separated by commas:
  ALLNUC, ALLPSA, COUPLE, CSA, GRSQ, Start of changeHCSAByASID, HCSANoOwner, HCSASysOwner, End of changeLPA, LSQA, NOALLPSA/NOALL, NOSQA, NOSUMDUMP/NOSUM, NUC, PSA, RGN, SQA, SUMDUMP/SUM, SWA, TRT, XESDATA, DEFAULTS/DEFS, NODEFAULTS/NODEFS, IO
 
Note:
  1. Executing SDUMPX causes ALLPSA, SQA, IO, and SUMDUMP storage areas to be dumped unless excluded by the NOALLPSA, NOSQA, NODEFAULTS, or NOSUMDUMP parameter.
  2. The PSA and IO options are not required unless NODEFS is specified, because they are dumped as a default in all SVC dumps.
  3. DEFAULTS is not required. All SVC dumps include the default SDATA options unless NODEFAULTS has been specified.
   
   ,PROBDESC=area addr area addr: RX-type address, or register (2) - (12).
   
   ,STORAGE=(strt addr,end addr) strt addr: A-type address, or register (2) - (12).
  end addr: A-type address, or register (2) - (12).
   
   ,LIST=(strt addr,end addr) strt addr: A-type address, or register (2) - (12).
  end addr: A-type address, or register (2) - (12).
  Note: Specify one or more pairs of addresses, separated by commas.
   
   ,LISTA=list addr list addr: RX-type address, or register (2) - (12).
   ,LISTD=list addr  
   ,LIST64=list addr  
   
   ,SUBPLST=subpool id list addr subpool id list addr: RX-type address, or register (2) - (12).
   
   ,KEYLIST=storage key list addr storage key list addr: RX-type address, or register (2) - (12).
  Note: KEYLIST cannot be specified without SUBPLST.
   
   ,BUFFER=NO Default: BUFFER=NO
   ,BUFFER=YES  
   
   ,QUIESCE=YES Default: QUIESCE=YES
   ,QUIESCE=NO  
   
   ,BRANCH=NO Default: BRANCH=NO
   ,BRANCH=YES Note: If BRANCH=YES is specified, ASID or ASIDLST must also be specified.
   
   ,SUSPEND=NO Default: SUSPEND=NO
   ,SUSPEND=YES  
   
   ,SUMLIST=(strt addr,end addr) strt addr: A-type address, or register (2) - (12).
  end addr: A-type address, or register (2) - (12).
  Note: Specify one or more pairs of addresses, separated by commas.
   
   ,SUMLSTA=list addr list addr: RX-type address, or register (2) - (12).
   ,SUMLSTL=list addr  
   ,SUMLIST64=list addr  
   
,MF=(E,ctrl addr) ctrl addr: RX-type address, or register (1) or (2) - (12).
   

Parameters

The parameters are explained under the standard form of the SDUMPX macro, with the following exception:

,MF=(E, ctrl addr)
Specifies the execute form of the SDUMPX macro using a remote control program parameter list.