DM - syncsort_cobol_migration_manager - syncsort_clone_center - syncsort_space_recovery_system - syncsort_scc_monitor - syncsort_simulate_2000 - syncsort_allocation_control_center - Latest

Syncsort™ Storage Management Product Installation Guide And DIF User Guide

Product type
Software
Portfolio
Integrate
Product family
Syncsort™ software
Product
Syncsort™ Storage Management > Syncsort™ Cobol Migration Manager
Syncsort™ Storage Management > Syncsort™ Clone Center
Syncsort™ Storage Management > Syncsort™ Space Recovery System
Syncsort™ Storage Management > Syncsort™ SCC Monitor
Syncsort™ Storage Management > Syncsort™ Simulate 2000
Syncsort™ Storage Management > Syncsort™ Allocation Control Center
Version
Latest
ft:locale
en-US
Product name
Syncsort Storage Management
ft:title
Syncsort™ Storage Management Product Installation Guide And DIF User Guide
Copyright
2023
First publish date
1991
ft:lastEdition
2026-01-22
ft:lastPublication
2026-01-22T05:50:39.722000
L1_Product_Gateway
Integrate
L2_Product_Segment
IBM Infrastructure
L3_Product_Brand
Precisely Syncsort
L4_Investment_Segment
Mainframe
L5_Product_Group
Mainframe Storage Optimization
L6_Product_Name
Syncsort Storage Management
Purpose: The Display Memory command displays virtual storage at the specified address for a given length. The address can be in several formats:
  • a virtual address
  • loadmod+offset
  • loadmod.csect+offset
A virtual address, or offset, is specified as a hexadecimal number and defaults to zero.

The length is a decimal number specified in bytes, and cannot exceed 816. This allows up to 50 lines of output.

Syntax:
DM {address} {length} 

Comments: When using the DM command to display information about a product’s load module, you may need to set the current product name with the PRODUCT command.

When using a LOADMOD name in the address operand, the DM command must search for the location of the module. The command will first scan the list of product modules loaded into CSA by DIF. If the module was not loaded by DIF, the DM command will then search the active MLPA list. If LOADMOD is not found in MLPA, the LPA module list is searched.

If the CSECT name is specified in the address operand, the DM command must read the load module text records to obtain the offset of CSECT within the load module. If the load module containing the CSECT was loaded by DIF, the records are read from the STEPLIB DD statement. Modules found in MLPA or LPA require the use of the MLPALIB and LPALIB DD statements.
Note: This command can be deactivated with the DIF DM=NO parameter. For more information, examine “DM” on page 6-9.

Examples: The following command will display the first 32 bytes of CSECT IEFAB451 within the load module IEFWW21SD.

F DIF,DM IEFW21SD.IEFAB451+0 32