- From the Solution Explorer, right-click
CICSCommareaWSConsoleApp; then click
Build.
- Again, right-click
CICSCommareaWSConsoleApp; then click
Set as StartUp Project.
- From the main menu, click
Debug >
Start Without Debugging.
- Press the
Enter key three times to progress to the
InIntFld field.
- Enter the following in the fields indicated:
Input Field
|
Value
|
InIntfld
|
0
|
InCompFld
|
0
|
InDecFld
|
0
|
InStringFld
|
Add to zeros
|
InDispField
|
0
|
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.