Previous Topic: ExamplesNext Topic: View Storage for an Assembler Program at a Breakpoint


Display Qualified, Variable Length, Indexed, or Subscripted COBOL Data Names

Specify qualified, variable length, indexed, and subscripted COBOL data names as follows:

Example

To display a specific entry within a table, enter:

CORE='TABLE(1, SUB-2)' 

To display the CUSTOMER-NUMBER as found in CUSTOMER-FILE-C, enter:

CORE='CUSTOMER-NUMBER OF CUSTOMER-FILE-C' 

To display the ZIP-CODE in a specific CITY for a specific CUSTOMER, enter:

CORE='ZIP-CODE(NAME-IDX, CITY-IDX, ZIP-IDX)'