Displaying a list of active DTCN profiles and managing DTCN profiles

To display all of the active DTCN profiles in the CICS® region, do the following steps:

  1. If you have not started the DTCN transaction, Log on to a CICS terminal and enter the transaction ID DTCN. The DTCN transaction displays the main DTCN screen, z/OS® Debugger CICS Control - Primary Menu.
  2. Press PF7. The z/OS Debugger CICS Control - All Sessions screen displays, shown below.
      DTCN               z/OS Debugger CICS Control - All Sessions             S07CICPD
                                                                                   
     Overtype "_" with "D" to delete, "A" to activate, "I" to inactivate a profile.
                                                                                   
       Owner    Sta Term Tran   User Id    NetName  Applid   Display Id                 
                                                                                   
     _ 0090     ACT 0090 TRN1   USER1      0072     S07CICPD 0090                         
    
                LoadMod::>CU(s) CIC9060  ::> CS9060          CBLAC?3  ::> *9361               
                                ________ ::> ________        ________ ::> ________            
                                ________ ::> ________        ________ ::> ________            
                                ________ ::> ________        ________ ::> ________            
                IP Name/Addr  ____________________________________________________ 

    The column titles are defined below:

    Owner
    The ID of the terminal that created the profile by using DTCN.
    Sta
    Indicates if the profile is active (ACT) or inactive (INA).
    Term
    The value that was entered on the main DTCN screen in the Terminal Id field.
    Tran
    The value that was entered on the main DTCN screen in the Transaction Id field.
    User Id
    The value that was entered on the main DTCN screen in the User Id field.
    Netname
    The value the entered on the main DTCN screen in the Netname field.
    Applid
    The application identifier associated with this profile.
    Display Id
    Identifies the target destination for z/OS Debugger information.
    LoadMod(s)
    The values that were entered on the main DTCN screen in the LoadMod(s) field.
    CU(s)
    The values that were entered on the main DTCN screen in the CU(s) field.
    IP Name/Addr
    The value that was entered on the main DTCN screen in the IP Name/Address field.

    DTCN also reads the Language Environment® NOTEST option supplied to the CICS region in CEECOPT or CEEROPT. You can supply suboptions, such as the name of a preferences file, with the NOTEST option to supply additional defaults to DTCN.

  3. To delete a profile, move your cursor to the underscore character (_) that is next to the profile you want to delete. Type in "D" and then press Enter.
  4. To make a profile inactive, move your cursor to the underscore character (_) that is next to the profile you want to make inactive. Type in "I" and then press Enter.
  5. To make a profile active, move your cursor to the underscore character (_) that is next to the profile you want to make active. Type in "A" and then press Enter.
  6. To leave this panel and return to the DTCN primary menu, press PF3.

Refer to the following topics for more information related to the material discussed in this topic.