SDUMP - List form

Use the list form of the SDUMP macro to construct a control program parameter list. You can specify any number of storage addresses using the STORAGE parameter. Therefore, the number of starting and ending address pairs in the list form of SDUMP must be equal to the maximum number of addresses specified in the execute form of the macro.

Syntax

The list form of the SDUMP macro is written as follows:

Syntax Description
   
   name name: Symbol. Begin name in column 1.
   
One or more blanks must precede SDUMP.
   
SDUMP  
   
One or more blanks must follow SDUMP.
   
   HDR=‘dump title’ dump title: From 1 to 100 characters.
   HDRAD=dump title addr dump title addr: A-type address.
   
   ,DCB=dcb addr dcb addr: A-type address.
   
   ,PLISTVER=1 decimal digit 1: Use up to 68-byte parameter list
   ,PLISTVER=2 decimal digit 2: Use 128-byte parameter list. Default: PLISTVER=1, unless you specify SYMREC, ID, IDAD, PSWREGS, SDATA=DEFS, SDATA=NODEFS, or SDATA=IO, in which case the default is PLISTVER=2.
   
   ,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).
   
   ,PSWREGS=parm list addr parm list addr: RX-type address, or register (2) - (12).
   
   ,SDATA=(sdata options) sdata options: Any combination of the following, separated by commas:
  ALLNUC, ALLPSA, CSA, GRSQ, LPA, LSQA, NOALLPSA/NOALL, NOSQA, NOSUMDUMP/NOSUM, NUC, PSA, RGN, SQA, SUMDUMP/SUM, SWA, TRT DEFAULTS/DEFS, NODEFAULTS/NODEFS, IO
 
Note:
  1. Executing the SDUMP macro causes ALLPSA, SQA, IO, and SUMDUMP storage areas to be dumped unless excluded by NOALLPSA, NOSQA, NODEFAULTS, or NOSUMDUMP.
  2. The PSA and IO options are not required unless NODEFAULTS 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.
   
   ,STORAGE=(strt addr,end strt addr: A-type address.
   addr) end addr: A-type address.
   ,LIST=list addr list addr: A-type address
   ,LISTA=list addr
Note: Specify one or more pairs of addresses, separated by commas.
   
   ,SUBPLST=subpool id list subpool id list addr: A-type address, or register (2) - (12).
   addr  
   
   ,KEYLIST=storage key list storage key list addr: A-type address, or register (2) - (12).
   addr Note: KEYLIST cannot be specified without SUBPLST.
   
   ,BUFFER=NO Default: BUFFER=NO
   ,BUFFER=YES  
   
   ,QUIESCE=YES Default: QUIESCE=YES
   ,QUIESCE=NO  
   
   ,TYPE=(type code) type code: Any combination of the following, separated by commas: XMEM or XMEME, NOLOCAL.
   
,MF=L  
   

Parameters

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

,MF=L
Specifies the list form of the SDUMP macro.
Note: If SYMREC, ID, IDAD, PSWREGS, SDATA=NODEFS, SDATA=DEFS or SDATA=IO is not used on the list form of the macro, but is coded on the execute form, use PLISTVER=2 when specifying MF=L to generate a 128-byte parameter list.