Rational Developer for System z
Enterprise COBOL for z/OS バージョン 4.1 プログラミング・ガイド


図の説明: IGYTSALE のネストされた各部分

この図では、IGYTSALE のプログラムのネスト構造を示します。 次の疑似コード内の各行の先頭にある番号にネスト・レベルが 反映されています。

 1 PROGRAM-ID. IGYTSALE.
 2 PROGRAM-ID. Process-transactions.
 3 PROGRAM-ID. Transaction-edit is Initial.
 4 PROGRAM-ID. Print-edited-transactions.
 4 End Program Print-edited-transactions.
 4 PROGRAM-ID. Print-response-time.
 4 End Program Print-response-time.
 3 End Program transaction-edit.
 3 PROGRAM-ID. Accumulate-product-by-area.
 3 End Program Accumulate-product-by-area.
 3 PROGRAM-ID. Accumulate-salesperson-sales.
 3 End Accumulate-salesperson-sales.
 2 End Program Process-transactions.
 2 PROGRAM-ID. Print-product-by-area.
 2 End Program Print-product-by-area.
 2 PROGRAM-ID. Print-salesperson-sales.
 2 End Program Print-salesperson-sales.
 2 PROGRAM-ID. Table-manager is common.
 3 PROGRAM-ID. Build-sorted-tables.
 3 End Program Build-sorted-tables.
 3 PROGRAM-ID. Search-tables.
 3 End Program Search-tables.
 2 End Program Table-manager.
 2 PROGRAM-ID. Error-routine is Common.
 2 End Program Error-routine is Common.
 1 End Program IGYTSALE.

図の説明の終わり。


ご利用条件 | フィードバック

このインフォメーション・センターでは Eclipse テクノロジーが採用されています。(http://www.eclipse.org)