Build and Run the Console Client

  1. From the Solution Explorer, right-click CICSCommareaWSClientApp; then click Build.
  2. Again, right-click CICSCommareaWSClientApp; then click Set as StartUp Project.
  3. From the main menu, click Debug > Start Without Debugging.
  4. Press the Enter key three times to progress to the Operation field.
  5. Enter 1 to select CICSCommareaWSOperation.
  6. Enter the following in the fields indicated:
    Input Field Value
    InIntFld 0
    InCompFld 0
    InDecFld 0
    InDispFld 0
    InStringFld Add to zeros
    The service returns the following:
    Note: The results from the console client are formatted differently than the results from the Windows Forms client.
    OutIntFld: 000000000000000001+
    OutCompFld: 000000001250000000+
    OutDecFld: 000000001500000000+
    OutDispFld: 000000000000000010+
    OutStringFld: A bunch of zeros
    OutGrpFld[00001].individual_item_fld[00001]: 000000000000000100+
    OutGrpFld[00001].individual_item_fld[00002]: 000000000000000100+
    OutGrpFld[00001].individual_item_fld[00003]: 000000000000000100+
    OutGrpFld[00002].individual_item_fld[00001]: 000000000000000200+
    OutGrpFld[00002].individual_item_fld[00002]: 000000000000000200+
    OutGrpFld[00002].individual_item_fld[00003]: 000000000000000200+
    OutGrpFld[00003].individual_item_fld[00001]: 000000000000000300+
    OutGrpFld[00003].individual_item_fld[00002]: 000000000000000300+
    OutGrpFld[00003].individual_item_fld[00003]: 000000000000000300+
    OutGrpFld[00004].individual_item_fld[00001]: 000000000000000400+
    OutGrpFld[00004].individual_item_fld[00002]: 000000000000000400+
    OutGrpFld[00004].individual_item_fld[00003]: 000000000000000400+
    OutGrpFld[00005].individual_item_fld[00001]: 000000000000000500+
    OutGrpFld[00005].individual_item_fld[00002]: 000000000000000500+
    OutGrpFld[00005].individual_item_fld[00003]: 000000000000000500+
    SECCAOutString: SECCA received: Add to zeros

This completes the IMTK CICS Commarea tutorial.