STOPRBA keyword

Use the STOPRBA keyword to specify the relative byte address (RBA) where the extraction of SDEP segments should end.

STOPRBA is an optional keyword for the SDEPSCAN subcommand.

Related keywords:
STARTRBA keyword
Format:
Read syntax diagramSkip visual syntax diagramSTOPRBA=FFFFFFFF00000000rba
rba
Specifies the RBA where the extraction of SDEP segments should end. The value must be a 4-bytes (8 digits) hexadecimal value.
The address specified for the STOPRBA keyword must fall on an SDEP boundary; otherwise, it will be adjusted as follows:
  • If STOPRBA < DMACFSRB (first RBA of the SDEP portion), STOPRBA=DMACFSRB
  • If STOPRBA > (DMACFBAD-1)*CI SIZE (last RBA of the SDEP portion), STOPRBA=(DMACFBAD-1)*CI SIZE
  • If STOPRBA is not a multiple of CISIZE, STOPRBA will be set to the RBA of the SDEP CI that includes the specified RBA
FFFFFFFF
Extracts SDEP segments until the last SDEP CI.
00000000
Extracts SDEP segments until the first SDEP CI.
Default:
STOPRBA=FFFFFFFF
Site default support:
Not supported.
Keyword abbreviation:
Not supported.