block_name

A block_name identifies:
  • A C and C++ function or a block statement
  • A COBOL nested program or method contained within a complete COBOL program
  • A PL/I block
The current block qualification can be changed by using the SET QUALIFY BLOCK command.
  • For C++ only:
    • Include full declaration in block qualification.
  • For COBOL only:
    • Enclose the block name in quotation marks (") or apostrophes (') if it is case sensitive. If the name is not inside quotation marks or apostrophes, z/OS® Debugger will convert the name to uppercase.
    • If a name contains an internal quotation mark ("), you should enclose the name in apostrophes ('). Similarly, if the name contains an internal apostrophe ('), you should enclose the name in quotation marks (").

You can use block_name only for blocks known in the current enclave.