Space announcement This documentation space provides the same content as before, but the organization of the content has changed. The content is now organized based on logical branches instead of legacy book titles. We hope that the new structure will help you quickly find the content that you need.

Quick Reference


Introduction

This space summarizes the PF key settings, commands, and link-edit options for Code Debug TSO, Code Debug IMS, and Code Debug Db2 Extension.

This section provides information about the following topics:

Intended Audience

This Quick Reference is written for application programmers engaged in program development and maintenance. A working knowledge of COBOL, Assembler, PL/I, or C, and your local system environment is assumed.

Notation Rules

The following notation rules are used throughout this space

  • Command names are shown in syntax diagrams with both the full name and all possible abbreviations.
  • A parameter is either a keyword or a variable.
    • Maximum strings for keywords are shown in UPPERCASE characters and must be spelled exactly as shown. The remaining characters of the keyword can be included at your discretion.
    • Variables are user-specified values and are printed in lowercase italics. For example, dsname indicates you are to substitute a value.

Reading the Syntax Diagrams

Syntax diagrams define primary command syntax.

parameter is either a keyword or a variable.

All KEYWORDs are shown in uppercase characters and must be spelled exactly as shown. You cannot substitute another value. If any part of a KEYWORD is shown in lowercase characters, that part is optional.

Variables are user-specified values and are printed in lowercase italics. For example, dataset-name indicates you are to substitute a value.

The syntax for commands is described in diagrams that help you visualize parameter use. The following example shows a command and a parameter:

image2021-2-9_15-50-5.png

Read the diagrams from left to right and from top to bottom. These symbols help you follow the path of the syntax:

image2023-2-9_18-10-46.png

indicates the beginning of a statement.

image2023-2-9_18-11-21.png

indicates the statement is continued on the next line.

image2023-2-9_18-11-47.png

indicates the statement is continued from the previous line.

image2023-2-9_18-12-9.png

indicates the end of a statement.

Required parameters appear on the horizontal line (the main path). Optional parameters appears beneath the main path. Default parameters appear above the main path and are optional. The command will execute the same whether the default parameter is included or not.

image2021-2-9_15-50-28.png

Vertically stacked parameters are mutually exclusive. If you must choose a parameter, one item of the stack appears on the main path. If the parameters are optional, the entire stack appears beneath the main path. If a parameter in a stack is the default, it appears above the main path.

image2021-2-9_15-50-43.png

If the same parameters are used with several commands, their syntax may be documented in a separate diagram. In the command syntax, these common parameters are indicated with separators before and after the parameter name.

image2021-2-9_15-51-0.png

An arrow returning to the left indicates a repeatable item. If the arrow contains a comma, separate the repeated items with a comma.

image2021-2-9_15-51-22.png

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*