Understanding Language Environment IPCS VERBEXIT – LEDATA

Purpose

Use the LEDATA verb exit to format data for Language Environment®. This VERBEXIT provides information about the following topics:
  • A summary of Language Environment at the time of the dump
  • Runtime Options
  • Storage Management Control Blocks
  • Condition Management Control Blocks
  • Message Handler Control Blocks
  • C/C++ Control Blocks

Format

VERBEXIT LEDATA [ 'parameter[,parameter]...'] 

Report Type Parameters:
 [  AUTH  ] 
 [  NTHREADS(value)  ] 
 [  SUM  ]
 [  HEAP  |  STACK  | SM  ]
 [  HPT(number) [ HPTTCB (address) ] [ HPTCELL(address) ] [ HPTLOC(location) ] ]
 [  CM  ]
 [  MH  ]
 [  CEEDUMP  ]
 [  COMP(value) ]
 [  PTBL(value)  ]
 [  ALL  ]

Data Selection Parameters: 
 [  DETAIL  |  EXCEPTION  ]

Control Block Selection Parameters: 

 [  CAA(caa-address)  ]
 [  DSA(dsa-address)  ]
 [  TCB(tcb-address)  ]
 [  ASID(address-space-id)  ]
 [  NTHREADS(value)  ]
 [  LAA(laa-address)  ]

Parameters

The following sections describe the various types of parameters you can specify for VERBEXIT LEDATA. Only hexadecimal characters can be specified as addresses provided in LEDATA parameters. Special characters cause the formatter to fail. Therefore, to specify a 64 bit address as a parameter, it must be in the form like 123456789 instead of 1_23456789.